Skip to content

Commit 759e13b

Browse files
authored
Solving installing UTF error
Solving installing UTF error
1 parent cdef986 commit 759e13b

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
@@ -5,7 +5,7 @@
55

66

77
def readme():
8-
with open("README.md") as f:
8+
with open("README.md", encoding="utf8") as f:
99
README = f.read()
1010
return README
1111

0 commit comments

Comments
 (0)