Skip to content

Commit

Permalink
Update read README.rst #332
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludee committed Oct 31, 2022
1 parent 344107e commit a90b4da
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 @@ -5,7 +5,7 @@
here = path.abspath(path.dirname(__file__))

# Get the long description from the README file
with open(path.join(here, "README.md"), encoding="utf-8") as f:
with open(path.join(here, "README.rst"), encoding="utf-8") as f:
long_description = f.read()

setup(
Expand Down

0 comments on commit a90b4da

Please sign in to comment.