aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to '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',