diff options
| author | Ben Firshman | 2014-09-21 12:18:45 -0700 | 
|---|---|---|
| committer | Ben Firshman | 2014-09-21 12:19:25 -0700 | 
| commit | b6ffac6adeb3a5afb0fae13ab97015bf7aedf7c1 (patch) | |
| tree | 1fdda52f915f166ea5b6962530f976f0cf3c2565 | |
| parent | ed8b88df283e647f5b02f02217d623218abacd2a (diff) | |
| download | django-shorturls-b6ffac6adeb3a5afb0fae13ab97015bf7aedf7c1.tar.bz2 | |
Update setup.py
| -rw-r--r-- | setup.py | 8 | 
1 files changed, 4 insertions, 4 deletions
| @@ -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 +) | 
