We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22c2fa commit 5d0a48aCopy full SHA for 5d0a48a
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