Skip to content

Commit e1841cd

Browse files
committed
Open README.md using UTF-8 encoding in setup.py
1 parent 7f2bbee commit e1841cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exec(open("leetcode_export/_version.py").read())
44

5-
with open("README.md", "r") as f:
5+
with open("README.md", "r", encoding="UTF-8") as f:
66
long_description = f.read()
77

88
setup(

0 commit comments

Comments
 (0)