[Checkins] SVN: ZEO/trunk/setup.py descriptions

jim cvs-admin at zope.org
Mon Nov 19 19:46:58 UTC 2012


Log message for revision 128350:
  descriptions
  

Changed:
  U   ZEO/trunk/setup.py

-=-
Modified: ZEO/trunk/setup.py
===================================================================
--- ZEO/trunk/setup.py	2012-11-19 19:46:33 UTC (rev 128349)
+++ ZEO/trunk/setup.py	2012-11-19 19:46:57 UTC (rev 128350)
@@ -75,7 +75,14 @@
 
 tests_require = ['zope.testing', 'manuel']
 
+long_description = (
+    open('README.txt').read()
+    + '\n' +
+    open('CHANGES.txt').read()
+    )
 setup(name="ZEO",
+      description = long_description.split('\n', 2)[1],
+      long_description = long_description,
       version=VERSION,
       maintainer="Zope Foundation and Contributors",
       maintainer_email="zodb-dev at zope.org",



More information about the checkins mailing list