]> git.lizzy.rs Git - nhentai.git/blobdiff - setup.py
new line
[nhentai.git] / setup.py
index d0f6562ddce025f4b93381b4d6c5e939ded3d1c6..f48053777656cd042e17bd056c719b6ab33dad37 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -11,9 +11,8 @@ with open('requirements.txt') as f:
 
 
 def long_description():
-    with codecs.open('README.md', 'rb') as f:
-        if sys.version_info >= (3, 0, 0):
-            return str(f.read())
+    with codecs.open('README.rst', 'r') as f:
+        return str(f.read())
 
 setup(
     name='nhentai',