Skip to content

Commit

Permalink
Merge pull request sshwsfc#371 from Knight-ZXW/master
Browse files Browse the repository at this point in the history
fix rst file encode error in window
  • Loading branch information
wgbbiao authored Jan 19, 2017
2 parents e0e1364 + 5095503 commit e174c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
license=open('LICENSE').read(),
Expand Down

0 comments on commit e174c9c

Please sign in to comment.