fix bug in python3

This commit is contained in:
Ricter Z 2016-10-19 12:20:14 +08:00
parent 8b63d41cbb
commit da5b860e5f

View File

@ -10,7 +10,7 @@ with open('requirements.txt') as f:
def long_description():
with codecs.open('README.md', 'rb') as f:
return f.read()
return str(f.read())
setup(
name='nhentai',