diff options
| author | Ben Firshman | 2014-10-31 13:53:03 +0000 |
|---|---|---|
| committer | Ben Firshman | 2014-10-31 13:53:03 +0000 |
| commit | be69d827aab90a0c185c20fd0c8289914038c214 (patch) | |
| tree | 57b8a90a3ac0b7685b754da32ff7dffc93e9acbf | |
| parent | 86b66a3c853f990ded427928d31acf76c79cb9b3 (diff) | |
| download | django-shorturls-be69d827aab90a0c185c20fd0c8289914038c214.tar.bz2 | |
Update path for long description in setup.py
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ setup( url = 'https://github.com/bfirsh/django-shorturls', license = 'BSD', description = "A URL shortening app for Django.", - long_description = read('README.md'), + long_description = read('README.rst'), author = 'Simon Willison, Jacob Kaplan-Moss', author_email = 'jacob@jacobian.org', |
