Skip to content

Commit

Permalink
encoding bug fixed at setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
b0l-api committed Oct 25, 2020
1 parent 9ba669d commit bfc6e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfc6e6c

Please sign in to comment.