From b732632e5ece1a877f1e30e68fe6d4c3f003960f Mon Sep 17 00:00:00 2001 From: Lei Shi Date: Tue, 12 Oct 2021 00:04:06 +0200 Subject: [PATCH] change README encoding in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 511cf2a..03d4324 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="Differential", packages=find_packages(include=["differential", "differential.*"]), - long_description=open("README.md", "r").read(), + long_description=open("README.md", "r", encoding='utf-8').read(), long_description_content_type="text/markdown", description="a Python script for easy uploading torrents to varies PT sites.", author="Lei Shi",