Changed README from using Markdown to use reStructuredText

This commit is contained in:
Giovani Irimea
2017-09-18 20:01:57 -04:00
committed by Rapptz
parent 415ca9a774
commit 06296bfaf6
3 changed files with 107 additions and 111 deletions
+1 -1
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 = {