[pyzo] 01/07: Make the text on pypi render correct next time

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Sep 29 09:27:16 UTC 2016


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

ghisvail-guest pushed a commit to branch debian/master
in repository pyzo.

commit 4776ded64fd7c0ef0fbac134d516c2530bcb4890
Author: Almar Klein <almar.klein at gmail.com>
Date:   Tue Sep 27 14:17:04 2016 +0200

    Make the text on pypi render correct next time
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index cb9503d..41f8363 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ def get_version_and_doc(filename):
             elif docStatus == 1:
                 docStatus = 2
         if docStatus == 1:
-            NS['__doc__'] += line
+            NS['__doc__'] += line + '\n'
     if not NS['__version__']:
         raise RuntimeError('Could not find __version__')
     return NS['__version__'], NS['__doc__']

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyzo.git



More information about the debian-science-commits mailing list