[Checkins] SVN: zc.extjs/branches/dev/setup.py Don't write the long description to a file. Capture it using the setup

Jim Fulton jim at zope.com
Mon Mar 31 11:20:34 EDT 2008


Log message for revision 85040:
  Don't write the long description to a file. Capture it using the setup
  --long-description option instead:
  
    bin/buildout -q setup . --long-description | rst2 html>~/tmp/t.html
  

Changed:
  U   zc.extjs/branches/dev/setup.py

-=-
Modified: zc.extjs/branches/dev/setup.py
===================================================================
--- zc.extjs/branches/dev/setup.py	2008-03-31 15:11:18 UTC (rev 85039)
+++ zc.extjs/branches/dev/setup.py	2008-03-31 15:20:34 UTC (rev 85040)
@@ -45,7 +45,6 @@
     )
 
 os.chdir(here)
-open('doc.txt', 'w').write(long_description)
 
 setup(
     name = name,



More information about the Checkins mailing list