@@ -11,9 +11,8 @@ with open('requirements.txt') as f:
deflong_description():
withcodecs.open('README.md','rb')asf:
ifsys.version_info>=(3,0,0):
returnstr(f.read())
withcodecs.open('README.rst','r')asf:
returnstr(f.read())
setup(
name='nhentai',
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.