mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +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:
|
||||
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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user