Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-sutariya authored Apr 16, 2024
1 parent c138649 commit 700652c
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 @@ -17,7 +17,7 @@
exec(code_obj, __version__)
version = __version__["__version__"]

with open("README.rst", "r", encoding="utf8") as readme_file:
with open("README.md", "r", encoding="utf8") as readme_file:
long_description = readme_file.read()

setup(
Expand Down

0 comments on commit 700652c

Please sign in to comment.