Skip to content

Commit

Permalink
Merge pull request #25 from yoobato/feature/#22-windows-encoding
Browse files Browse the repository at this point in the history
[feat] Resolves #22 (Encoding error while installing in Windows 10)
  • Loading branch information
haksungjang committed Apr 9, 2024
2 parents bc13a5b + 69de29d commit 55f8dbf
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 @@ -7,7 +7,7 @@

VERSION = '1.0.0'

with open("README.md", "r") as fh:
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()

setuptools.setup(
Expand Down

0 comments on commit 55f8dbf

Please sign in to comment.