From c70c0d177f83c04dc33a0c06c813301b5d81295e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Goldit=C3=A9?= Date: Fri, 16 Dec 2022 11:34:57 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Remove=20read=5Ftext=20on=20a=20?= =?UTF-8?q?folder=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 72f2f46..fe2d15f 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ HERE = pathlib.Path(__file__).parent # The text of the README file -README = os.path.join(HERE.read_text('utf-8'), "README.md") +README = os.path.join(HERE, "README.md") # Installation config = {