[Checkins] SVN: zc.beforestorage/trunk/setup.py Don't save the long description. We can get it via a command-line

Jim Fulton jim at zope.com
Mon Dec 1 12:47:21 EST 2008


Log message for revision 93498:
  Don't save the long description.  We can get it via a command-line
  option.
  

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

-=-
Modified: zc.beforestorage/trunk/setup.py
===================================================================
--- zc.beforestorage/trunk/setup.py	2008-12-01 17:26:41 UTC (rev 93497)
+++ zc.beforestorage/trunk/setup.py	2008-12-01 17:47:21 UTC (rev 93498)
@@ -29,8 +29,6 @@
         '========\n'
         )
 
-open('doc.txt', 'w').write(long_description)
-
 setup(
     name = 'zc.beforestorage',
     version = '0.3.0dev',



More information about the Checkins mailing list