[Checkins] SVN: martian/trunk/setup.py Don't write long_description out to a file. If you want to verify it before a release,

Philipp von Weitershausen philikon at philikon.de
Tue Oct 30 15:04:09 EDT 2007


Log message for revision 81221:
  Don't write long_description out to a file. If you want to verify it before a release,
  use python setup.py --long-decription.
  
  Bump version number to the next release + dev marker.
  

Changed:
  U   martian/trunk/setup.py

-=-
Modified: martian/trunk/setup.py
===================================================================
--- martian/trunk/setup.py	2007-10-30 18:48:50 UTC (rev 81220)
+++ martian/trunk/setup.py	2007-10-30 19:04:08 UTC (rev 81221)
@@ -18,11 +18,9 @@
     '********\n'
     )
 
-open('doc.txt', 'w').write(long_description)
-    
 setup(
     name='martian',
-    version='0.8.1',
+    version='0.9.1dev',
     author='Grok project',
     author_email='grok-dev at zope.org',
     description="""\



More information about the Checkins mailing list