Fixed setup.py encoding for README

This commit is contained in:
squidfunk 2019-03-28 20:50:59 +01:00
parent c37978f1f2
commit 216a7f741c

View File

@ -33,7 +33,7 @@ with open("requirements.txt") as data:
] ]
# Load README contents # Load README contents
with open("README.md") as data: with open("README.md", encoding = "utf-8") as data:
long_description = data.read() long_description = data.read()
# Package description # Package description