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",