Commit beee5442 authored by Andreas Jung's avatar Andreas Jung

re-removed debugging code

parent 37c12d71
......@@ -32,10 +32,6 @@ def getPackages(packages):
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',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment