fix bug of setup

This commit is contained in:
Ricter Z 2016-05-02 15:57:17 +08:00
parent 3a52e8a8bc
commit 3d481dbf13

View File

@ -7,7 +7,7 @@ with open('requirements.txt') as f:
def long_description():
with codecs.open('README.rst', 'r') as f:
with codecs.open('README.md', 'r') as f:
return f.read()
setup(