From 217cf8e65d3d423fba2733b282c39ab89f620f49 Mon Sep 17 00:00:00 2001 From: Matthew Douglas <38992547+matthewdouglas@users.noreply.github.com> Date: Wed, 30 Oct 2024 12:49:09 -0400 Subject: [PATCH] update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1d5b6f839..096b434fb 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def read(fname): - return open(os.path.join(os.path.dirname(__file__), fname)).read() + return open(os.path.join(os.path.dirname(__file__), fname), encoding="utf8").read() # Tested with wheel v0.29.0