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 cdef986 commit 759e13bCopy full SHA for 759e13b
setup.py
@@ -5,7 +5,7 @@
5
6
7
def readme():
8
- with open("README.md") as f:
+ with open("README.md", encoding="utf8") as f:
9
README = f.read()
10
return README
11
0 commit comments