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 8bb8de0 commit 779c67aCopy full SHA for 779c67a
setup.py
@@ -1,3 +1,4 @@
1
+import codecs
2
import shutil
3
import setuptools
4
@@ -24,7 +25,7 @@ def setup():
24
25
license='MIT',
26
version=__version__,
27
description=__description__,
- long_description=open('README.md').read(),
28
+ long_description=codecs.open('README.md', encoding='UTF-8').read(),
29
long_description_content_type='text/markdown',
30
author=__author__,
31
author_email=__author_email__,
0 commit comments