From fc85047e91a9eb1f7acc136ab8b8ab1dbba5d152 Mon Sep 17 00:00:00 2001 From: SearchDream Date: Sun, 14 Jul 2019 09:21:02 +0800 Subject: [PATCH] (1) (1) Add utf-8 encoding. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 373f5ec..34d0712 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ py_modules=['weibo', ], url='http://lxyu.github.io/weibo/', license="BSD", - long_description=open('README.rst').read(), + long_description=open('README.rst', encoding="utf-8").read(), install_requires=[ "requests>=2.4.0", ],