From be69d827aab90a0c185c20fd0c8289914038c214 Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Fri, 31 Oct 2014 13:53:03 +0000 Subject: Update path for long description in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.2.3