Commit dbae39be authored by Tres Seaver's avatar Tres Seaver

Add 'url' field to appeas PyPI.

parent 1ecc4eea
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
Change History Change History
================ ================
Unreleased
==========
- Added ``url`` parameter to ``setup()`` (PyPI says it is required).
4.0.0b1 (2013-05-10) 4.0.0b1 (2013-05-10)
===================== =====================
......
...@@ -139,6 +139,7 @@ setup(name="ZODB", ...@@ -139,6 +139,7 @@ setup(name="ZODB",
maintainer_email="zodb-dev@zope.org", maintainer_email="zodb-dev@zope.org",
packages = find_packages('src'), packages = find_packages('src'),
package_dir = {'': 'src'}, package_dir = {'': 'src'},
url = 'http://www.zodb.org/',
license = "ZPL 2.1", license = "ZPL 2.1",
platforms = ["any"], platforms = ["any"],
description = doclines[0], description = doclines[0],
......
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