From b999fcee26305db295e75581de8852418edaa546 Mon Sep 17 00:00:00 2001 From: wgbbiao Date: Wed, 8 Feb 2017 16:20:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4encoding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index eb2c7a185..87ff0c737 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ name='xadmin', version='0.6.1', description='Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap.', - long_description=open('README.rst', encoding='utf-8').read(), + long_description=open('README.rst').read(), author='sshwsfc', author_email='sshwsfc@gmail.com', license=open('LICENSE').read(),