aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorBen Firshman2014-09-21 12:18:45 -0700
committerBen Firshman2014-09-21 12:19:25 -0700
commitb6ffac6adeb3a5afb0fae13ab97015bf7aedf7c1 (patch)
tree1fdda52f915f166ea5b6962530f976f0cf3c2565 /setup.py
parented8b88df283e647f5b02f02217d623218abacd2a (diff)
downloaddjango-shorturls-b6ffac6adeb3a5afb0fae13ab97015bf7aedf7c1.tar.bz2
Update setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index 5bc9347..a253018 100644
--- a/setup.py
+++ b/setup.py
@@ -7,10 +7,10 @@ def read(fname):
setup(
name = "django-shorturls",
version = "1.0.1",
- url = 'http://github.com/jacobian/django-shorturls',
+ url = 'https://github.com/bfirsh/django-shorturls',
license = 'BSD',
- description = "A short URL (rev=cannonical) handler for Django apps.",
- long_description = read('README'),
+ description = "A URL shortening app for Django.",
+ long_description = read('README.md'),
author = 'Simon Willison, Jacob Kaplan-Moss',
author_email = 'jacob@jacobian.org',
@@ -29,4 +29,4 @@ setup(
'Programming Language :: Python',
'Topic :: Internet :: WWW/HTTP',
]
-) \ No newline at end of file
+)