Commit 5b28e80a authored by Tres Seaver's avatar Tres Seaver

Merge pull request #31 from zopefoundation/aclark-fix-manifest

Fix manifest and setup
parents 5e04c32f 43f0160e
......@@ -2,6 +2,7 @@ include *.rst
include *.txt
include *.py
include *.ini
include .coveragerc
include .travis.yml
include buildout.cfg
include COPYING
......
......@@ -136,8 +136,11 @@ tests_require = ['zope.testing', 'manuel']
setup(name="ZODB",
version=VERSION,
setup_requires=['persistent'],
author="Jim Fulton",
author_email="jim@zope.com",
maintainer="Zope Foundation and Contributors",
maintainer_email="zodb-dev@zope.org",
keywords="database nosql python zope",
packages = find_packages('src'),
package_dir = {'': 'src'},
url = 'http://www.zodb.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