Merge pull request #125 from bolli95/master

encoding bug fixed at setup.py
This commit is contained in:
Sajeeb Lohani
2020-11-22 10:52:21 +11:00
committed by GitHub

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