From f3c72bae983dd5ed5ead47573120fb48f3bac521 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sun, 29 Apr 2018 18:46:14 -0700 Subject: [PATCH] Update pypi.python.org URL to pypi.org For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a3c6b0c98..36d0d4099 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ author='Rob Hudson', author_email='rob@cogit8.org', url='https://github.com/jazzband/django-debug-toolbar', - download_url='https://pypi.python.org/pypi/django-debug-toolbar', + download_url='https://pypi.org/project/django-debug-toolbar/', license='BSD', packages=find_packages(exclude=('tests.*', 'tests', 'example')), python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",