[Python-modules-commits] [pyrrd] 02/05: Don't concatenate documentation files.

Elena Grandi valhalla-guest at moszumanska.debian.org
Sat Jul 9 14:36:33 UTC 2016


This is an automated email from the git hooks/post-receive script.

valhalla-guest pushed a commit to branch master
in repository pyrrd.

commit e99ea66710bebbf9d71a4c2d05451a90f669cf74
Author: Elena Grandi <valhalla-d at trueelena.org>
Date:   Sat Jul 9 16:07:56 2016 +0200

    Don't concatenate documentation files.
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 92e1965..3246a36 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ setup(
         "docs/ACKNOWLEDGEMENTS.txt",
         "docs/FOOTNOTES.txt",
         stop_on_errors=True,
-        out=True),
+        out=False),
     classifiers=[
         "Development Status :: 4 - Beta",
         "Intended Audience :: Developers",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyrrd.git



More information about the Python-modules-commits mailing list