summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 918065e..7080a54 100644
--- a/setup.py
+++ b/setup.py
@@ -61,9 +61,9 @@ setup(name='isodate',
#keywords = '',
url='http://cheeseshop.python.org/pypi/isodate',
- long_description=read('README.txt') +
- read('CHANGES.txt') +
- read('TODO.txt'),
+ long_description=(read('README.rst') +
+ read('CHANGES.txt') +
+ read('TODO.txt')),
classifiers=['Development Status :: 4 - Beta',
# 'Environment :: Web Environment',