[Checkins] SVN: martian/trunk/setup.py Write out doc.txt so we can test with rst tools.

Martijn Faassen faassen at infrae.com
Mon Aug 13 15:13:38 EDT 2007


Log message for revision 78798:
  Write out doc.txt so we can test with rst tools.
  

Changed:
  U   martian/trunk/setup.py

-=-
Modified: martian/trunk/setup.py
===================================================================
--- martian/trunk/setup.py	2007-08-13 19:12:34 UTC (rev 78797)
+++ martian/trunk/setup.py	2007-08-13 19:13:38 UTC (rev 78798)
@@ -18,6 +18,7 @@
     '********\n'
     )
 
+open('doc.txt', 'w').write(long_description)
     
 setup(
     name='martian',



More information about the Checkins mailing list