Commit d2a907af authored by Jérome Perrin's avatar Jérome Perrin

convert README as rst

parent ac8d33af
...@@ -13,7 +13,7 @@ def read(name): ...@@ -13,7 +13,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.txt') read('CHANGES.txt')
) )
......
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