[Checkins] SVN: zope.testing/branches/3. Wrap long lines, don't leave turds on filesystem.

Tres Seaver tseaver at palladion.com
Thu Apr 8 13:06:48 EDT 2010


Log message for revision 110690:
  Wrap long lines, don't leave turds on filesystem.

Changed:
  U   zope.testing/branches/3.5/setup.py
  U   zope.testing/branches/3.8/setup.py

-=-
Modified: zope.testing/branches/3.5/setup.py
===================================================================
--- zope.testing/branches/3.5/setup.py	2010-04-08 17:01:36 UTC (rev 110689)
+++ zope.testing/branches/3.5/setup.py	2010-04-08 17:06:48 UTC (rev 110690)
@@ -67,8 +67,6 @@
     + '\n' + chapters
     )
 
-open('documentation.txt', 'w').write(long_description)
-
 setup(
     name='zope.testing',
     version='3.5.7dev',

Modified: zope.testing/branches/3.8/setup.py
===================================================================
--- zope.testing/branches/3.8/setup.py	2010-04-08 17:01:36 UTC (rev 110689)
+++ zope.testing/branches/3.8/setup.py	2010-04-08 17:06:48 UTC (rev 110690)
@@ -30,7 +30,9 @@
         install_requires = ['setuptools',
                             'zope.exceptions',
                             'zope.interface'],
-        entry_points = {'console_scripts': ['zope-testrunner = zope.testing.testrunner:run',]},
+        entry_points = {
+            'console_scripts':
+                ['zope-testrunner = zope.testing.testrunner:run',]},
         include_package_data = True,
         zip_safe = False,
         )
@@ -81,8 +83,6 @@
     + '\n' + chapters
     )
 
-open('documentation.txt', 'w').write(long_description)
-
 setup(
     name='zope.testing',
     version = '3.8.8dev',



More information about the checkins mailing list