mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-07 07:00:49 +03:00
Merge branch 'release/3.20.1' into master
This commit is contained in:
commit
70d6e8c68f
17
README.rst
17
README.rst
|
@ -135,15 +135,20 @@ Found a bug?
|
||||||
Want to help?
|
Want to help?
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
- ⭐️ Star the ``Dependency Injector`` on the `Github <https://github.com/ets-labs/python-dependency-injector/>`_
|
- |star| Star the ``Dependency Injector`` on the `Github <https://github.com/ets-labs/python-dependency-injector/>`_
|
||||||
- 🆕 Start a new project with the ``Dependency Injector``
|
- |new| Start a new project with the ``Dependency Injector``
|
||||||
- 💬 Tell your friend about the ``Dependency Injector``
|
- |tell| Tell your friend about the ``Dependency Injector``
|
||||||
|
|
||||||
|
|
||||||
Want to contribute?
|
Want to contribute?
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
- 🔀 Fork the project
|
- |fork| Fork the project
|
||||||
- ⬅️ Open a pull request to the ``develop`` branch
|
- |pull| Open a pull request to the ``develop`` branch
|
||||||
|
|
||||||
.. _PyPi: https://pypi.org/project/dependency-injector/
|
.. _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
|
||||||
|
|
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