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 7f2bbee commit e1841cdCopy full SHA for e1841cd
setup.py
@@ -2,7 +2,7 @@
2
3
exec(open("leetcode_export/_version.py").read())
4
5
-with open("README.md", "r") as f:
+with open("README.md", "r", encoding="UTF-8") as f:
6
long_description = f.read()
7
8
setup(
0 commit comments