Commit fc4c404b authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

Merge branch 'jerome_readme_rst' into 'master'

convert README as rst

So that it displays correctly in gitlab

See merge request !1
parents 0fdd241a d2a907af
...@@ -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