Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f388570 commit 66efe2eCopy full SHA for 66efe2e
1 file changed
setup.py
@@ -224,7 +224,7 @@ def run(self):
224
fd.write(''.join(template_lines))
225
226
# Use Readme as long description
227
- with open('README.rst') as fd:
+ with open('README.rst', encoding='utf-8') as fd:
228
long_description = fd.read()
229
230
# Finally, pass this all along to distutils to do the heavy lifting.
0 commit comments