Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bfirsh committed Sep 21, 2014
1 parent ed8b88d commit b6ffac6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Expand Up @@ -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',
Expand All @@ -29,4 +29,4 @@ def read(fname):
'Programming Language :: Python',
'Topic :: Internet :: WWW/HTTP',
]
)
)

0 comments on commit b6ffac6

Please sign in to comment.