We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0343863 + 143e21b commit 1db87d2Copy full SHA for 1db87d2
setup.py
@@ -5,7 +5,7 @@
5
6
import setuptools
7
8
-with open("README.md", "r") as fh:
+with open("README.md", "r", encoding='utf-8') as fh:
9
long_description = fh.read()
10
11
setup(
0 commit comments