From c2feae329bde2b8968ef1459dc5c1d42e193342b Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Thu, 31 Oct 2013 10:01:54 +0000 Subject: [PATCH] update PyPI URL --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 21a293f..c7d383d 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( author_email='codekoala@gmail.com', maintainer='Alex Clark', maintainer_email='aclark@aclark.net', - url='https://github.com/codekoala/django-axes', + url='https://github.com/django-security/django-axes', license='MIT', package_dir={'axes': 'axes'}, include_package_data=True,