1 parent d27651f commit 679022dCopy full SHA for 679022d
1 file changed
setup.py
@@ -1,6 +1,6 @@
1
import setuptools
2
3
-with open('README.md', 'r') as fh:
+with open('README.md', 'r', encoding='utf-8') as fh:
4
long_description = fh.read()
5
6
setuptools.setup(
0 commit comments