[Checkins] SVN: zope.interface/trunk/setup.py Don't spit out files, if you want to check the long_description (e.g. whether

Philipp von Weitershausen philikon at philikon.de
Sat Nov 10 11:06:03 EST 2007


Log message for revision 81718:
  Don't spit out files, if you want to check the long_description (e.g. whether
  it renders as valid reST), use python setup.py --long-description.
  

Changed:
  U   zope.interface/trunk/setup.py

-=-
Modified: zope.interface/trunk/setup.py
===================================================================
--- zope.interface/trunk/setup.py	2007-11-10 16:03:42 UTC (rev 81717)
+++ zope.interface/trunk/setup.py	2007-11-10 16:06:02 UTC (rev 81718)
@@ -63,8 +63,6 @@
         '**********************\n'
         )
 
-open('documentation.txt', 'w').write(long_description)
-
 setup(name='zope.interface',
       version = '3.4.2dev',
       url='http://www.python.org/pypi/zope.interface',



More information about the Checkins mailing list