[F] Fix Windows encoding

This commit is contained in:
Azalea (on HyDEV-Daisy)
2022-08-30 19:11:33 -04:00
parent 170e1148a9
commit 8a4a96634c
+1 -1
View File
@@ -9,7 +9,7 @@ import hyfetch
HERE = pathlib.Path(__file__).parent
# The text of the README file
README = (HERE / "README.md").read_text()
README = (HERE / "README.md").read_text('utf-8')
# This call to setup() does all the work
setup(