From b69fbbfb52267603e9f8aa329754cd83ed3321ef Mon Sep 17 00:00:00 2001 From: Matteo Turilli Date: Wed, 23 Aug 2023 06:18:56 +0200 Subject: [PATCH] Make linter happy --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e8300f7..3b7720d 100755 --- a/setup.py +++ b/setup.py @@ -203,7 +203,7 @@ def run(self): # ------------------------------------------------------------------------------ # this_directory = Path(__file__).parent -long_description = (this_directory / "README.md").read_text() +long_description = (this_directory / "README.md").read_text(encoding='utf-8') # ------------------------------------------------------------------------------ #