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): ...@@ -21,7 +21,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read() return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
long_description=( long_description=(
read('README.txt') read('README.rst')
+ '\n' + + '\n' +
'Detailed Documentation\n' 'Detailed Documentation\n'
'**********************\n' '**********************\n'
...@@ -50,7 +50,7 @@ long_description=( ...@@ -50,7 +50,7 @@ long_description=(
+ '\n' + + '\n' +
read('src', 'zc', 'buildout', 'distribute.txt') read('src', 'zc', 'buildout', 'distribute.txt')
+ '\n' + + '\n' +
read('CHANGES.txt') read('CHANGES.rst')
+ '\n' + + '\n' +
'Download\n' 'Download\n'
'**********************\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