diff --git a/README.rst b/README.rst index f164ba6e..84c639ff 100644 --- a/README.rst +++ b/README.rst @@ -135,15 +135,20 @@ Found a bug? Want to help? ------------- -- ⭐️ Star the ``Dependency Injector`` on the `Github `_ -- 🆕 Start a new project with the ``Dependency Injector`` -- 💬 Tell your friend about the ``Dependency Injector`` - +- |star| Star the ``Dependency Injector`` on the `Github `_ +- |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 diff --git a/setup.py b/setup.py index 7a2b8ede..f429e4bd 100644 --- a/setup.py +++ b/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: