fixed bug in windows build with default charset

This commit is contained in:
kirill-shershen 2022-11-12 12:32:21 +03:00
parent 3858cef657
commit 97f0d052c0

View File

@ -11,7 +11,7 @@ defined_macros = dict()
defined_macros["CYTHON_CLINE_IN_TRACEBACK"] = 0
# Getting description:
with open("README.rst") as readme_file:
with open("README.rst", encoding="utf-8") as readme_file:
description = readme_file.read()
# Getting requirements: