Commit c4df4cd9 authored by Hanno Schlichting's avatar Hanno Schlichting

Changed the url in the package metadata to point to PyPi, this avoids...

Changed the url in the package metadata to point to PyPi, this avoids easy_install querying eight zope.org pages before finding the download. Also removed references to download.zope.org.
parent 5072a3fe
......@@ -54,8 +54,7 @@ and install it are to use `easy_install
To install by hand, first install the dependencies, ZConfig, zdaemon,
zope.interface, zope.proxy and zope.testing. These can be found
either in the `Python Package Index <http://www.python.org/pypi>`_,
or at http://download.zope.org/distribution/.
in the `Python Package Index <http://www.python.org/pypi>`_.
To build it, run the setup script::
......
[buildout]
develop = .
parts = test scripts
find-links = http://download.zope.org/distribution/
[test]
recipe = zc.recipe.testrunner
......
......@@ -236,7 +236,7 @@ setup(name="ZODB3",
version=VERSION,
maintainer="Zope Corporation",
maintainer_email="zodb-dev@zope.org",
url = "http://wiki.zope.org/ZODB",
url = "http://pypi.python.org/pypi/ZODB3",
packages = packages,
package_dir = {'': 'src'},
ext_modules = exts,
......
......@@ -22,6 +22,9 @@ New Features
XXX There are known issues with this implementation that need to be
sorted out before it is "released".
- Changed the url in the package metadata to point to PyPi. Also removed
references to download.zope.org.
3.9.0a11 (2009-02-17)
=====================
......
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