aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Firshman2014-10-31 13:53:03 +0000
committerBen Firshman2014-10-31 13:53:03 +0000
commitbe69d827aab90a0c185c20fd0c8289914038c214 (patch)
tree57b8a90a3ac0b7685b754da32ff7dffc93e9acbf
parent86b66a3c853f990ded427928d31acf76c79cb9b3 (diff)
downloaddjango-shorturls-be69d827aab90a0c185c20fd0c8289914038c214.tar.bz2
Update path for long description in setup.py
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a253018..748de7b 100644
--- a/setup.py
+++ b/setup.py
@@ -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',