Skip to content

Commit

Permalink
README.md file extension issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxpy committed Jul 29, 2023
1 parent a4c3978 commit c7cddd3
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 @@ -7,7 +7,7 @@
# We use calendar versioning
version = "2023.07.28"

with open("README.rst") as readme_file:
with open("README.md") as readme_file:
long_description = readme_file.read()

setup(
Expand Down

0 comments on commit c7cddd3

Please sign in to comment.