Browse Source

[F] Fix Windows encoding

Azalea (on HyDEV-Daisy) 2 năm trước cách đây
mục cha
commit
8a4a96634c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -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(