From c2647cc2277b588ae60bcc13ea7bff97e5334116 Mon Sep 17 00:00:00 2001 From: Tyson Clugg Date: Wed, 11 Mar 2015 13:36:48 +1100 Subject: [PATCH] Correct package URL. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f15923c..8725f64 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( long_description=open('README.rst').read(), author='Tyson Clugg', author_email='tyson@clugg.net', - url='https://github.com/tysonclugg/django-ddp', + url='https://github.com/commoncode/django-ddp', packages=find_packages(), include_package_data=True, install_requires=[