[Checkins] SVN: grok/trunk/setup.py Don't write long_description to a file. If you want to take a look at long_description,

Philipp von Weitershausen philikon at philikon.de
Thu Sep 27 06:42:42 EDT 2007


Log message for revision 80214:
  Don't write long_description to a file. If you want to take a look at long_description,
  use the following command:
  
     python setup.py --long-description
  
  Thanks to Baiju for pointing this out.
  

Changed:
  U   grok/trunk/setup.py

-=-
Modified: grok/trunk/setup.py
===================================================================
--- grok/trunk/setup.py	2007-09-27 09:47:19 UTC (rev 80213)
+++ grok/trunk/setup.py	2007-09-27 10:42:41 UTC (rev 80214)
@@ -20,8 +20,6 @@
     '********\n'
     )
 
-open('doc.txt', 'w').write(long_description)
-
 setup(
     name='grok',
     version='0.11dev',



More information about the Checkins mailing list