Log message for revision 97290:
  re-removed debugging code
  

Changed:
  U   Zope/trunk/setup.py

-=-
Modified: Zope/trunk/setup.py
===================================================================
--- Zope/trunk/setup.py 2009-02-26 10:04:17 UTC (rev 97289)
+++ Zope/trunk/setup.py 2009-02-26 10:04:40 UTC (rev 97290)
@@ -32,10 +32,6 @@
         result.append('%s==%s' % (package, version))
     return result
 
-long_description=file("README.txt").read() + "\n" + file(os.path.join("doc", 
"CHANGES.rst")).read()
-
-file('/tmp/xx.rst', 'w').write(long_description)
-
 setup(name='Zope2',
       version = '2.12.0.a1',
       url='http://www.zope.org',

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to