Skip to content

Commit 13fbe97

Browse files
committed
add encoding to read_text call
1 parent 329b209 commit 13fbe97

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
@@ -11,7 +11,7 @@
1111

1212
HERE = pathlib.Path(__file__).parent
1313

14-
README = (HERE / "README.md").read_text()
14+
README = (HERE / "README.md").read_text(encoding="utf-8")
1515

1616
if __name__ == "__main__":
1717
try:

0 commit comments

Comments
 (0)