Commit abd12ec8 authored by Jim Fulton's avatar Jim Fulton

descriptions

parent 30a340f4
......@@ -75,7 +75,14 @@ def alltests():
tests_require = ['zope.testing', 'manuel']
long_description = (
open('README.txt').read()
+ '\n' +
open('CHANGES.txt').read()
)
setup(name="ZEO",
description = long_description.split('\n', 2)[1],
long_description = long_description,
version=VERSION,
maintainer="Zope Foundation and Contributors",
maintainer_email="zodb-dev@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