summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerhard Weis <g.weis@griffith.edu.au>2014-02-23 09:24:55 +1000
committerGerhard Weis <g.weis@griffith.edu.au>2014-02-23 09:24:55 +1000
commitcc8b187a8182aa1bdbf9b68444a2377d184dcc5f (patch)
tree1eb4815cd07c38267d97267be53e984a67a3300b
parent25939269d06d01d5c8bd4fee376a615d66f0d79b (diff)
downloadisodate-cc8b187a8182aa1bdbf9b68444a2377d184dcc5f.tar.gz
update setup.py to read correct README file
-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',