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 f7773dd commit a9a49efCopy full SHA for a9a49ef
setup.py
@@ -6,7 +6,7 @@
6
except ImportError:
7
from distutils.core import setup
8
9
-with open('README.md') as f:
+with open('README.md', encoding="utf-8") as f:
10
_readme = f.read()
11
12
_mydir = os.path.abspath(os.path.dirname(sys.argv[0]))
0 commit comments