Commit 43f0160e authored by Alex Clark's avatar Alex Clark

Fix manifest and setup

- include .coveragerc
- Add author, author_email, keywords

    $ check-manifest
    lists of files in version control and sdist match
    $ pyroma .
    ------------------------------
    Checking .
    Found ZODB
    ------------------------------
    Final rating: 10/10
    Your cheese is so fresh most people think it's a cream: Mascarpone
    ------------------------------
parent 5e04c32f
...@@ -2,6 +2,7 @@ include *.rst ...@@ -2,6 +2,7 @@ include *.rst
include *.txt include *.txt
include *.py include *.py
include *.ini include *.ini
include .coveragerc
include .travis.yml include .travis.yml
include buildout.cfg include buildout.cfg
include COPYING include COPYING
......
...@@ -136,8 +136,11 @@ tests_require = ['zope.testing', 'manuel'] ...@@ -136,8 +136,11 @@ tests_require = ['zope.testing', 'manuel']
setup(name="ZODB", setup(name="ZODB",
version=VERSION, version=VERSION,
setup_requires=['persistent'], setup_requires=['persistent'],
author="Jim Fulton",
author_email="jim@zope.com",
maintainer="Zope Foundation and Contributors", maintainer="Zope Foundation and Contributors",
maintainer_email="zodb-dev@zope.org", maintainer_email="zodb-dev@zope.org",
keywords="database nosql python zope",
packages = find_packages('src'), packages = find_packages('src'),
package_dir = {'': 'src'}, package_dir = {'': 'src'},
url = 'http://www.zodb.org/', 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