mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-08-02 11:10:21 +03:00
fixed bug in windows build with default charset
This commit is contained in:
parent
3858cef657
commit
97f0d052c0
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ defined_macros = dict()
|
||||||
defined_macros["CYTHON_CLINE_IN_TRACEBACK"] = 0
|
defined_macros["CYTHON_CLINE_IN_TRACEBACK"] = 0
|
||||||
|
|
||||||
# Getting description:
|
# Getting description:
|
||||||
with open("README.rst") as readme_file:
|
with open("README.rst", encoding="utf-8") as readme_file:
|
||||||
description = readme_file.read()
|
description = readme_file.read()
|
||||||
|
|
||||||
# Getting requirements:
|
# Getting requirements:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user