From 54acec1c723f95f85fbee8a42bcac34a66dc6bd6 Mon Sep 17 00:00:00 2001 From: Devrim <46989091+devrimcavusoglu@users.noreply.github.com> Date: Mon, 28 Mar 2022 19:42:56 +0300 Subject: [PATCH] Bug fix in read due to encoding. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c3d9f49..f4f6985 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import setuptools -with open("README.md", "r") as fh: +with open("README.md", "r", encoding="utf8") as fh: long_description = fh.read() install_requires = [