Changed README from using Markdown to use reStructuredText

This commit is contained in:
Giovani Irimea
2017-09-17 06:22:39 +02:00
committed by Rapptz
parent 415ca9a774
commit 06296bfaf6
3 changed files with 107 additions and 111 deletions

View File

@@ -31,7 +31,7 @@ if version.endswith(('a', 'b', 'rc')):
pass
readme = ''
with open('README.md') as f:
with open('README.rst') as f:
readme = f.read()
extras_require = {