]> git.lizzy.rs Git - nhentai.git/commitdiff
fix bug in python3
authorRicter Z <ricterzheng@gmail.com>
Wed, 19 Oct 2016 04:20:14 +0000 (12:20 +0800)
committerRicter Z <ricterzheng@gmail.com>
Wed, 19 Oct 2016 04:20:14 +0000 (12:20 +0800)
setup.py

index 59e3bbf16ac0a4162d41cb10338f2248a0d2a18a..d6697690bff3f76c2b69dc22614571efecd86bb0 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -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',