diff --git a/setup.py b/setup.py index 87ff0c737..eb2c7a185 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').read(), + long_description=open('README.rst', encoding='utf-8').read(), author='sshwsfc', author_email='sshwsfc@gmail.com', license=open('LICENSE').read(),