Skip to content

Commit

Permalink
Make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mturilli authored Aug 23, 2023
1 parent 3bf6160 commit b69fbbf
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 @@ -203,7 +203,7 @@ def run(self):
# ------------------------------------------------------------------------------
#
this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()
long_description = (this_directory / "README.md").read_text(encoding='utf-8')

# ------------------------------------------------------------------------------
#
Expand Down

0 comments on commit b69fbbf

Please sign in to comment.