From 4f43c9b1004bac18e5323e52c4fb110fd4f2b2ba Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Sat, 12 Sep 2009 20:44:30 -0700 Subject: Updated URL to the GitHub page (soon to be finished) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 073e5e6..6051fad 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( # Get more strings from http://www.python.org/pypi?:action=list_classifiers author='Rob Hudson', author_email='rob@cogit8.org', - url='http://rob.cogit8.org/blog/2008/Sep/19/introducing-django-debug-toolbar/', + url='http://robhudson.github.com/django-debug-toolbar/', download_url='http://github.com/robhudson/django-debug-toolbar/downloads', license='BSD', packages=find_packages(exclude=['ez_setup']), -- cgit v1.2.3