[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
No known key found for this signature in database
GPG key ID: E289FAC0DA92DD2B

View file

@ -9,7 +9,7 @@ import hyfetch
HERE = pathlib.Path(__file__).parent HERE = pathlib.Path(__file__).parent
# The text of the README file # 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 # This call to setup() does all the work
setup( setup(