Skip to content

Commit 6b42210

Browse files
fix: added utf8 encoding (apache#194)
Signed-off-by: Swagat S. Bhuyan <swagatsbhuyan132@gmail.com>
1 parent d6c9612 commit 6b42210

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

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

66
here = path.abspath(path.dirname(__file__))
77

8-
with open(desc_file, "r") as fh:
8+
with open(desc_file, "r", encoding="utf-8") as fh:
99
long_description = fh.read()
1010

1111
# get the dependencies and installs

0 commit comments

Comments
 (0)