diff options
| author | Aymeric Augustin | 2013-10-27 20:59:37 +0100 | 
|---|---|---|
| committer | Aymeric Augustin | 2013-10-27 20:59:37 +0100 | 
| commit | 8f34089d9014d8db34bf53a9034e222e712a66d9 (patch) | |
| tree | 9e196e2deb664bb09c2ecad89133efe821b3e6a4 | |
| parent | dab9a28e6d80aa65f595c0bb48846aa6018f0473 (diff) | |
| download | django-debug-toolbar-8f34089d9014d8db34bf53a9034e222e712a66d9.tar.bz2 | |
GitHub has removed the downloads section.
| -rw-r--r-- | setup.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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=[ | 
