We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4cb27 commit 6615941Copy full SHA for 6615941
setup.py
@@ -4,7 +4,7 @@
4
from setuptools import find_packages
5
6
7
-with open("README.md", "r") as fp:
+with open("README.md", "r", encoding="utf-8") as fp:
8
long_description = fp.read()
9
10
0 commit comments