[Checkins] SVN: zc.beforestorage/trunk/setup.py Fixed long description.

Jim Fulton jim at zope.com
Thu Feb 7 13:12:06 EST 2008


Log message for revision 83633:
  Fixed long description.
  

Changed:
  U   zc.beforestorage/trunk/setup.py

-=-
Modified: zc.beforestorage/trunk/setup.py
===================================================================
--- zc.beforestorage/trunk/setup.py	2008-02-07 18:10:26 UTC (rev 83632)
+++ zc.beforestorage/trunk/setup.py	2008-02-07 18:12:05 UTC (rev 83633)
@@ -26,7 +26,7 @@
         read('src/zc/beforestorage/README.txt')
         + '\n' +
         'Download\n'
-        '--------\n'
+        '========\n'
         )
 
 open('doc.txt', 'w').write(long_description)



More information about the Checkins mailing list