We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 293cee4 + 24c1f86 commit 1159ecfCopy full SHA for 1159ecf
1 file changed
setup.py
@@ -1,6 +1,6 @@
1
import setuptools
2
3
-with open("readme.md", "r") as f:
+with open("readme.md", "r", encoding="utf-8") as f:
4
long_description = f.read()
5
6
setuptools.setup(
0 commit comments