aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAymeric Augustin2013-10-27 20:59:37 +0100
committerAymeric Augustin2013-10-27 20:59:37 +0100
commit8f34089d9014d8db34bf53a9034e222e712a66d9 (patch)
tree9e196e2deb664bb09c2ecad89133efe821b3e6a4 /setup.py
parentdab9a28e6d80aa65f595c0bb48846aa6018f0473 (diff)
downloaddjango-debug-toolbar-8f34089d9014d8db34bf53a9034e222e712a66d9.tar.bz2
GitHub has removed the downloads section.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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=[