From 7c7f776418c3cbb20f6a23b882ebdb25a40a7cdd Mon Sep 17 00:00:00 2001 From: Steffen Allner Date: Tue, 12 Feb 2019 16:22:52 +0100 Subject: [PATCH] Point to github page in setup.py. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6b8c23d..adf43a5 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup(name='AccessControl', version=version, - url='http://pypi.python.org/pypi/AccessControl', + url='https://github.com/zopefoundation/AccessControl', license='ZPL 2.1', description="Security framework for Zope2.", author='Zope Foundation and Contributors',