Skip to content

Commit a993385

Browse files
committed
fix the minor bug
1 parent ff50366 commit a993385

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
@@ -8,7 +8,7 @@ def read_requirements(path):
88
return [line.strip() for line in f if not line.isspace()]
99

1010

11-
with open("README.md", "r") as fh:
11+
with open("README.md", "r", encoding="UTF-8") as fh:
1212
long_description = fh.read()
1313

1414
setup(

0 commit comments

Comments
 (0)