Fix README

This commit is contained in:
Roman Mogylatov 2020-07-11 13:18:52 -04:00
parent a2ac13c551
commit 24addb65eb

View File

@ -12,7 +12,7 @@ defined_macros['CYTHON_CLINE_IN_TRACEBACK'] = 0
# Getting description:
with open('README.rst') as readme_file:
description = readme_file.read().encode('utf-8')
description = readme_file.read()
# Getting requirements:
with open('requirements.txt') as requirements_file: