[Checkins] SVN: z3c.form/trunk/setup.py Fix setup.py.

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Jun 22 13:00:19 EDT 2007


Log message for revision 76944:
  Fix setup.py.
  

Changed:
  U   z3c.form/trunk/setup.py

-=-
Modified: z3c.form/trunk/setup.py
===================================================================
--- z3c.form/trunk/setup.py	2007-06-22 16:59:38 UTC (rev 76943)
+++ z3c.form/trunk/setup.py	2007-06-22 17:00:19 UTC (rev 76944)
@@ -38,16 +38,6 @@
                  'term.txt',
                  'util.txt')])
 
-print (
-        read('README.txt')
-        + '\n\n' +
-        'Detailed Documentation\n'
-        '**********************\n'
-        + '\n' + chapters +
-        + '\n\n' +
-        read('CHANGES.txt')
-        )
-
 setup (
     name='z3c.form',
     version='1.3.0',
@@ -59,7 +49,7 @@
         + '\n\n' +
         'Detailed Documentation\n'
         '**********************\n'
-        + '\n' + chapters +
+        + '\n' + chapters
         + '\n\n' +
         read('CHANGES.txt')
         ),



More information about the Checkins mailing list