From 902b49957e1f0c7f1830367f78af939e5ca5e884 Mon Sep 17 00:00:00 2001 From: Xiaoyong Zhu Date: Sat, 24 Sep 2022 03:03:08 -0700 Subject: [PATCH] Update setup.py --- feathr_project/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feathr_project/setup.py b/feathr_project/setup.py index 79a3c3190..e937f19c4 100644 --- a/feathr_project/setup.py +++ b/feathr_project/setup.py @@ -3,7 +3,7 @@ # Use the README.md from /docs root_path = Path(__file__).resolve().parent.parent -long_description = (root_path / "docs/README.md").read_text() +long_description = (root_path / "docs/README.md").read_text(encoding="utf8") setup( name='feathr',