Skip to content

Commit

Permalink
Merge pull request #412 from pablosantiagolopez/version1
Browse files Browse the repository at this point in the history
Bugfix in setup.py
  • Loading branch information
domanchi authored Feb 26, 2021
2 parents 30aecb6 + 3bc0c58 commit 592ccab
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 @@ -13,7 +13,7 @@ def get_version():
VERSION = get_version()


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


Expand Down

0 comments on commit 592ccab

Please sign in to comment.