Commit 3f77bc2b authored by Hanno Schlichting's avatar Hanno Schlichting

change file ending to `.rst` for readme and changelog to get proper github rendering

parent e621a0ce
......@@ -21,7 +21,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
long_description=(
read('README.txt')
read('README.rst')
+ '\n' +
'Detailed Documentation\n'
'**********************\n'
......@@ -50,7 +50,7 @@ long_description=(
+ '\n' +
read('src', 'zc', 'buildout', 'distribute.txt')
+ '\n' +
read('CHANGES.txt')
read('CHANGES.rst')
+ '\n' +
'Download\n'
'**********************\n'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment