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