From cd8065418f11e26ab152247384aaae5f640efa5f Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Wed, 11 Feb 2015 14:21:21 +0100 Subject: [PATCH] Let the URL point to the repository. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b686764..0e852fb 100644 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ def alltests(): 'Topic :: Internet :: WWW/HTTP', 'Framework :: Zope3', ], - url='http://pypi.python.org/pypi/zope.formlib', + url='https://github.com/zopefoundation/zope.formlib', packages=find_packages('src'), package_dir = {'': 'src'}, namespace_packages=['zope',],