encoding bug fixed at setup.py

This commit is contained in:
Max Boll
2020-10-25 12:00:28 +01:00
parent 9ba669da16
commit bfc6e6c282

View File

@@ -9,7 +9,7 @@ def dependencies(imported_file):
return file.read().splitlines()
with open("README.md") as file:
with open("README.md", encoding="utf-8") as file:
num_installed = True
try:
import numpy