Skip to content

Commit

Permalink
Merge pull request #5 from maamokun/patch-1
Browse files Browse the repository at this point in the history
Fix bug with Windows
  • Loading branch information
tuna2134 committed Feb 2, 2023
2 parents 67d840a + ed99b7a commit 16b14b1
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 16b14b1

Please sign in to comment.