From deaf165b894ead0c05babe1f7c5c84334653ffe3 Mon Sep 17 00:00:00 2001 From: yudong Date: Fri, 24 May 2024 16:36:54 +0800 Subject: [PATCH] Update setup.py windows gbk err --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 37e4df1..c806c6a 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( author="Zhiyong Wu and Chengcheng Han and Zichen Ding and Zhenmin Weng and Zhoumianze Liu and Shunyu Yao and Tao Yu and Lingpeng Kong", author_email="wuzhiyong@pjlab.org.cn, hccngu@163.com", description="An self-improving embodied conversational agents seamlessly integrated into the operating system to automate our daily tasks.", - long_description=open("README.md").read(), + long_description=open("README.md", "r", encoding="utf-8").read(), long_description_content_type="text/markdown", url="https://github.com/OS-Copilot/OS-Copilot", license="MIT",