diff --git a/setup.py b/setup.py index 59e3bbf..d669769 100644 --- 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',