Changed README.md to README.rst

This commit is contained in:
Lonami Exo
2016-11-13 15:38:57 +01:00
parent d290a569c5
commit 4d96de8ab5
5 changed files with 189 additions and 173 deletions

View File

@@ -16,7 +16,7 @@ from os import path
here = path.abspath(path.dirname(__file__))
# Get the long description from the README file
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()
setup(