From 1f40094bbd9b55ab12fc0cfaea68a05e57567eeb Mon Sep 17 00:00:00 2001 From: jens Date: Sat, 1 Nov 2008 12:12:55 +0000 Subject: [PATCH] - point users to the PyPI page git-svn-id: http://svn.dataflake.org/svn/Products.LDAPMultiPlugins/trunk@1658 835909ba-7c00-0410-bfa4-884f43845301 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f04a556..b0eeeab 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup(name='Products.%s' % NAME, keywords='web application server zope zope2 ldap', author="Jens Vagelpohl and contributors", author_email="jens@dataflake.org", - url="http://www.dataflake.org/software/ldapmultiplugins", + url="http://pypi.python.org/pypi/Products.LDAPMultiPlugins", license="ZPL 2.1 (http://www.zope.org/Resources/License/ZPL-2.1)", packages=find_packages(), include_package_data=True,