From 403b491e76ba20d50fc11b05972d343682dbbc5c Mon Sep 17 00:00:00 2001 From: Leon Date: Wed, 22 Dec 2021 15:15:55 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa6fa39..3576b98 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( NOTE: results may vary due to many factors. No guarantees are given, except for ongoing efforts in understanding detection algorithms. """, - long_description=open(os.path.join(dirname, "README.md")).read(), + long_description=open(os.path.join(dirname, "README.md"),encoding="utf-8").read(), long_description_content_type="text/markdown", classifiers=[ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",