Commit 6dce2da5 authored by Jérome Perrin's avatar Jérome Perrin

convert README as rst

parent ce8f714f
...@@ -14,7 +14,7 @@ def read(name): ...@@ -14,7 +14,7 @@ def read(name):
return open(name).read() return open(name).read()
long_description=( long_description=(
read('README') read('README.rst')
+ '\n' + + '\n' +
read('CHANGES.rst') read('CHANGES.rst')
) )
......
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