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 ff50366 commit a993385Copy full SHA for a993385
setup.py
@@ -8,7 +8,7 @@ def read_requirements(path):
8
return [line.strip() for line in f if not line.isspace()]
9
10
11
-with open("README.md", "r") as fh:
+with open("README.md", "r", encoding="UTF-8") as fh:
12
long_description = fh.read()
13
14
setup(
0 commit comments