From e72d980b4dc25ba4bb2442dd82004556f57a4c80 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 9 Dec 2015 22:47:40 +0000 Subject: [PATCH] Updated url properly --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6876d06..ab62adb 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ import sys name = 'django-client-reverse' package = 'django_client_reverse' description = 'Django module to access URL reversing client-side' -url = 'https://github.com/RealOrangeOne/' +url = 'https://github.com/RealOrangeOne/django-client-reverse' author = 'TheOrangeOne' author_email = 'git@theorangeone.net' license = 'BSD'