Skip to content

Commit 7ccee77

Browse files
authored
Merge pull request #125 from bolli95/master
encoding bug fixed at setup.py
2 parents 7d715f6 + bfc6e6c commit 7ccee77

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
@@ -9,7 +9,7 @@ def dependencies(imported_file):
99
return file.read().splitlines()
1010

1111

12-
with open("README.md") as file:
12+
with open("README.md", encoding="utf-8") as file:
1313
num_installed = True
1414
try:
1515
import numpy

0 commit comments

Comments
 (0)