Rename README file to have rst render on Github

This commit is contained in:
Ludovic Gasc (GMLudo) 2015-04-11 10:08:27 -04:00
parent b26e6ae219
commit bf4b2cea4f
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ Tulip is the codename for my reference implementation of PEP 3156.
PEP 3156: http://www.python.org/dev/peps/pep-3156/
*** This requires Python 3.3 or later! ***
**This requires Python 3.3 or later!**
Copyright/license: Open source, Apache 2.0. Enjoy.

View File

@ -25,7 +25,7 @@ if os.name == 'nt':
)
extensions.append(ext)
with open("README") as fp:
with open("README.rst") as fp:
long_description = fp.read()
setup(