From 8dc1e9d4a47ee8c028bef68aac9d2812ff32a7eb Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sat, 11 Jul 2020 13:02:30 -0400 Subject: [PATCH 1/7] Update README with unicode for emoji --- README.rst | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index f164ba6e..7e075209 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:: 0xE2AD90EFB88F .. star sign +.. |new| unicode:: 0xF09F8695 .. new sign +.. |tell| unicode:: 0xF09F92AC .. tell sign +.. |fork| unicode:: 0xF09F9480 .. fork sign +.. |pull| unicode:: 0xE2AC85EFB88F .. pull sign From 603ecf0838cf0269a215d2e1d9de7500fc2465fa Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sat, 11 Jul 2020 13:06:16 -0400 Subject: [PATCH 2/7] Update README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7e075209..4c0fc7ab 100644 --- a/README.rst +++ b/README.rst @@ -147,7 +147,7 @@ Want to contribute? .. _PyPi: https://pypi.org/project/dependency-injector/ -.. |star| unicode:: 0xE2AD90EFB88F .. star sign +.. |star| unicode:: U+2B50U+FE0F .. star sign .. |new| unicode:: 0xF09F8695 .. new sign .. |tell| unicode:: 0xF09F92AC .. tell sign .. |fork| unicode:: 0xF09F9480 .. fork sign From b6bf490239786d768c648c400f2f2f76ccea1c38 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sat, 11 Jul 2020 13:07:28 -0400 Subject: [PATCH 3/7] Update README --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4c0fc7ab..350a979c 100644 --- a/README.rst +++ b/README.rst @@ -135,7 +135,7 @@ Found a bug? Want to help? ------------- -- |star| Star the ``Dependency Injector`` on the `Github `_ +- |star1||star2| Star the ``Dependency Injector`` on the `Github `_ - |new| Start a new project with the ``Dependency Injector`` - |tell| Tell your friend about the ``Dependency Injector`` @@ -147,7 +147,8 @@ Want to contribute? .. _PyPi: https://pypi.org/project/dependency-injector/ -.. |star| unicode:: U+2B50U+FE0F .. star sign +.. |star1| unicode:: U+2B50 .. star sign1 +.. |star2| unicode:: U+FE0F .. star sign2 .. |new| unicode:: 0xF09F8695 .. new sign .. |tell| unicode:: 0xF09F92AC .. tell sign .. |fork| unicode:: 0xF09F9480 .. fork sign From 0b906be150da7b46a3be3a9499e8e0861196c830 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sat, 11 Jul 2020 13:08:07 -0400 Subject: [PATCH 4/7] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 350a979c..df6fa2e4 100644 --- a/README.rst +++ b/README.rst @@ -135,7 +135,7 @@ Found a bug? Want to help? ------------- -- |star1||star2| Star the ``Dependency Injector`` on the `Github `_ +- |star1| |star2| Star the ``Dependency Injector`` on the `Github `_ - |new| Start a new project with the ``Dependency Injector`` - |tell| Tell your friend about the ``Dependency Injector`` From a78217057979e4ce2a780b6e3faf6b96015e675e Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sat, 11 Jul 2020 13:10:46 -0400 Subject: [PATCH 5/7] Update README --- README.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index df6fa2e4..5b40ee9e 100644 --- a/README.rst +++ b/README.rst @@ -143,13 +143,14 @@ Want to contribute? ------------------- - |fork| Fork the project -- |pull| Open a pull request to the ``develop`` branch +- |pull1| |pull2| Open a pull request to the ``develop`` branch .. _PyPi: https://pypi.org/project/dependency-injector/ .. |star1| unicode:: U+2B50 .. star sign1 .. |star2| unicode:: U+FE0F .. star sign2 -.. |new| unicode:: 0xF09F8695 .. new sign -.. |tell| unicode:: 0xF09F92AC .. tell sign -.. |fork| unicode:: 0xF09F9480 .. fork sign -.. |pull| unicode:: 0xE2AC85EFB88F .. pull sign +.. |new| unicode:: U+1F195 .. new sign +.. |tell| unicode:: U+1F4AC .. tell sign +.. |fork| unicode:: U+1F500 .. fork sign +.. |pull1| unicode:: U+2B05 .. pull sign +.. |pull2| unicode:: U+FE0F .. pull sign From a2ac13c551fb6795ee10076c75b520075f163bb7 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sat, 11 Jul 2020 13:15:27 -0400 Subject: [PATCH 6/7] Update README.rst --- README.rst | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 5b40ee9e..84c639ff 100644 --- a/README.rst +++ b/README.rst @@ -135,7 +135,7 @@ Found a bug? Want to help? ------------- -- |star1| |star2| Star the ``Dependency Injector`` on the `Github `_ +- |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`` @@ -143,14 +143,12 @@ Want to contribute? ------------------- - |fork| Fork the project -- |pull1| |pull2| Open a pull request to the ``develop`` branch +- |pull| Open a pull request to the ``develop`` branch .. _PyPi: https://pypi.org/project/dependency-injector/ -.. |star1| unicode:: U+2B50 .. star sign1 -.. |star2| unicode:: U+FE0F .. star sign2 +.. |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 -.. |pull1| unicode:: U+2B05 .. pull sign -.. |pull2| unicode:: U+FE0F .. pull sign +.. |pull| unicode:: U+2B05 U+FE0F .. pull sign From 24addb65eba52f2271a2897e71b12e70fd7fa08d Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sat, 11 Jul 2020 13:18:52 -0400 Subject: [PATCH 7/7] Fix README --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: