Update README references to markdown

This commit is contained in:
Michael Lazar
2017-09-07 00:28:17 -04:00
parent 3de378e4b5
commit 0a4cf3fdd5
3 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ else:
def long_description():
with codecs.open('README.rst', encoding='utf8') as f:
with codecs.open('README.md', encoding='utf8') as f:
return f.read()