Skip to content

Commit 5d261ed

Browse files
authored
[FIX] Installation on older ubuntu systems
1 parent 66856a7 commit 5d261ed

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
@@ -20,7 +20,7 @@ def load_requirements(file_name):
2020

2121

2222
def read_file(filename):
23-
with open(filename) as fp:
23+
with open(filename, encoding='utf-8') as fp:
2424
return fp.read()
2525

2626

0 commit comments

Comments
 (0)