Commit 37c12d71 authored by Andreas Jung's avatar Andreas Jung

fixed section header in order to generate a valid compound reST documented

for the PyPI upload 
parent 5b9366bf
Changelog Changelog
========= ---------
This file contains change information for the current Zope release. This file contains change information for the current Zope release.
Change information for previous versions of Zope can be found in the Change information for previous versions of Zope can be found in the
......
...@@ -32,6 +32,9 @@ def getPackages(packages): ...@@ -32,6 +32,9 @@ def getPackages(packages):
result.append('%s==%s' % (package, version)) result.append('%s==%s' % (package, version))
return result 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', setup(name='Zope2',
version = '2.12.0.a1', version = '2.12.0.a1',
......
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