Skip to content

Commit

Permalink
FIX: Readme extension
Browse files Browse the repository at this point in the history
  • Loading branch information
maffettone committed Nov 6, 2023
1 parent 3e2924a commit 4c4ebd7
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 @@ -28,7 +28,7 @@

here = path.abspath(path.dirname(__file__))

with open(path.join(here, "README.rst"), encoding="utf-8") as readme_file:
with open(path.join(here, "README.md"), encoding="utf-8") as readme_file:
readme = readme_file.read()


Expand Down

0 comments on commit 4c4ebd7

Please sign in to comment.