Skip to content

Commit

Permalink
Merge pull request #20 from Synse/open-encoding
Browse files Browse the repository at this point in the history
Specify open encoding (W1514)
  • Loading branch information
cschmidt0121 authored Nov 8, 2024
2 parents 1518151 + e26dc8d commit a4b0fce
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 @@ -4,7 +4,7 @@
VERSION = "1.0.1"


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


Expand Down

0 comments on commit a4b0fce

Please sign in to comment.