[Checkins] SVN: ldappas/trunk/setup.py Fix long_description for correct pypi formatting

Kevin Teague kevin at bud.ca
Thu Feb 10 16:40:02 EST 2011


Log message for revision 120272:
  Fix long_description for correct pypi formatting

Changed:
  U   ldappas/trunk/setup.py

-=-
Modified: ldappas/trunk/setup.py
===================================================================
--- ldappas/trunk/setup.py	2011-02-10 21:34:09 UTC (rev 120271)
+++ ldappas/trunk/setup.py	2011-02-10 21:40:01 UTC (rev 120272)
@@ -19,7 +19,7 @@
 LDAP server.
 """,
     long_description=(
-        read('CHANGES.txt'),
+        read('CHANGES.txt')
     ),
     packages=find_packages('src'),
     package_dir = {'': 'src'},



More information about the checkins mailing list