From f691611e86eac75d8a869392eaa2608e44713908 Mon Sep 17 00:00:00 2001 From: Weirui Kuang <39145382+rayrayraykk@users.noreply.github.com> Date: Mon, 22 May 2023 15:37:28 +0800 Subject: [PATCH] Update setup.py (#606) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 814157f5a..3f579c793 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ full_requires = org_requires + benchmark_hpo_requires + \ benchmark_htl_requires + app_requires -with open("README.md", "r") as fh: +with open("README.md", "r", encoding='UTF-8') as fh: long_description = fh.read() setuptools.setup(