From 8f34089d9014d8db34bf53a9034e222e712a66d9 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sun, 27 Oct 2013 20:59:37 +0100 Subject: GitHub has removed the downloads section. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cbfe599..e924d5b 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( author='Rob Hudson', author_email='rob@cogit8.org', url='https://github.com/django-debug-toolbar/django-debug-toolbar', - download_url='https://github.com/django-debug-toolbar/django-debug-toolbar/downloads', + download_url='https://pypi.python.org/pypi/django-debug-toolbar', license='BSD', packages=find_packages(exclude=('tests', 'example')), install_requires=[ -- cgit v1.2.3