remove readme.md

This commit is contained in:
RicterZ
2019-05-18 20:31:18 +08:00
parent 086e469275
commit 56dace81f1
3 changed files with 4 additions and 89 deletions

View File

@@ -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',