Skip to content

Commit

Permalink
πŸ› Remove read_text on a folder path
Browse files Browse the repository at this point in the history
  • Loading branch information
valentingol committed Dec 16, 2022
1 parent 70b92e8 commit c70c0d1
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 @@ -8,7 +8,7 @@
HERE = pathlib.Path(__file__).parent

# The text of the README file
README = os.path.join(HERE.read_text('utf-8'), "README.md")
README = os.path.join(HERE, "README.md")

# Installation
config = {
Expand Down

0 comments on commit c70c0d1

Please sign in to comment.