aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDavid Cramer2011-05-09 23:54:10 -0700
committerDavid Cramer2011-05-09 23:54:10 -0700
commitbf39bb03a0777505f1fbca2d05f31db4aef37a46 (patch)
treed7329f819060a9a18ed3383e9223a6e6729a9159 /setup.py
parentf4f8ff3378b2ccbb7650984492d09e9650e0609b (diff)
downloaddjango-debug-toolbar-bf39bb03a0777505f1fbca2d05f31db4aef37a46.tar.bz2
Update URLs to reflect organization change
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 6da0cb2..7c5982d 100644
--- a/setup.py
+++ b/setup.py
@@ -8,8 +8,8 @@ setup(
# Get more strings from http://www.python.org/pypi?:action=list_classifiers
author='Rob Hudson',
author_email='rob@cogit8.org',
- url='http://robhudson.github.com/django-debug-toolbar/',
- download_url='http://github.com/robhudson/django-debug-toolbar/downloads',
+ url='https://github.com/django-debug-toolbar/django-debug-toolbar',
+ download_url='https://github.com/django-debug-toolbar/django-debug-toolbar/downloads',
license='BSD',
packages=find_packages(exclude=['ez_setup']),
tests_require=[