mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 17:47:02 +03:00
Fix README
This commit is contained in:
parent
a2ac13c551
commit
24addb65eb
2
setup.py
2
setup.py
|
@ -12,7 +12,7 @@ defined_macros['CYTHON_CLINE_IN_TRACEBACK'] = 0
|
||||||
|
|
||||||
# Getting description:
|
# Getting description:
|
||||||
with open('README.rst') as readme_file:
|
with open('README.rst') as readme_file:
|
||||||
description = readme_file.read().encode('utf-8')
|
description = readme_file.read()
|
||||||
|
|
||||||
# Getting requirements:
|
# Getting requirements:
|
||||||
with open('requirements.txt') as requirements_file:
|
with open('requirements.txt') as requirements_file:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user