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 d27651f commit 679022dCopy full SHA for 679022d
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