Merge branch 'release/3.20.1' into master

This commit is contained in:
Roman Mogylatov 2020-07-11 13:19:41 -04:00
commit 70d6e8c68f
2 changed files with 12 additions and 7 deletions

View File

@ -135,15 +135,20 @@ Found a bug?
Want to help?
-------------
- ⭐️ Star the ``Dependency Injector`` on the `Github <https://github.com/ets-labs/python-dependency-injector/>`_
- 🆕 Start a new project with the ``Dependency Injector``
- 💬 Tell your friend about the ``Dependency Injector``
- |star| Star the ``Dependency Injector`` on the `Github <https://github.com/ets-labs/python-dependency-injector/>`_
- |new| Start a new project with the ``Dependency Injector``
- |tell| Tell your friend about the ``Dependency Injector``
Want to contribute?
-------------------
- 🔀 Fork the project
- ⬅️ Open a pull request to the ``develop`` branch
- |fork| Fork the project
- |pull| Open a pull request to the ``develop`` branch
.. _PyPi: https://pypi.org/project/dependency-injector/
.. |star| unicode:: U+2B50 U+FE0F .. star sign1
.. |new| unicode:: U+1F195 .. new sign
.. |tell| unicode:: U+1F4AC .. tell sign
.. |fork| unicode:: U+1F500 .. fork sign
.. |pull| unicode:: U+2B05 U+FE0F .. pull sign

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: