Skip to content

Commit

Permalink
Fix bug with Windows
Browse files Browse the repository at this point in the history
これじゃね
  • Loading branch information
maamokun authored Feb 2, 2023
1 parent 67d840a commit ed99b7a
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 @@ def get_version():
return re.search(r'__version__ = "([^"]+)"', f.read()).group(1)


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


Expand Down

0 comments on commit ed99b7a

Please sign in to comment.