We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc2af9a commit e76877aCopy full SHA for e76877a
1 file changed
setup.py
@@ -8,7 +8,7 @@
8
LONG_DESCRIPTION_TYPE = "text/markdown"
9
10
if os.path.isfile(README_PATH):
11
- with open(README_PATH) as f:
+ with open(README_PATH, encoding="utf-8") as f:
12
LONG_DESCRIPTION = f.read()
13
else:
14
LONG_DESCRIPTION = ""
0 commit comments