Skip to content

Commit

Permalink
rename readme in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Hamman committed Feb 27, 2020
1 parent fdaf9c7 commit 36befed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
install_requires = f.read().strip().split("\n")


if exists("README.md"):
with open("README.md") as f:
if exists("README.rst"):
with open("README.rst") as f:
long_description = f.read()
else:
long_description = ""
Expand Down

0 comments on commit 36befed

Please sign in to comment.