Skip to content

Commit

Permalink
adapt setup.py to readme file naming (md -> MD)
Browse files Browse the repository at this point in the history
  • Loading branch information
hemidactylus committed Nov 10, 2023
1 parent 4c54314 commit 0c39bc0
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 @@ -18,7 +18,7 @@
from astrapy import __version__

this_directory = path.abspath(path.dirname(__file__))
with open(path.join(this_directory, "README.md"), encoding="utf-8") as f:
with open(path.join(this_directory, "README.MD"), encoding="utf-8") as f:
long_description = f.read()

setup(
Expand Down

0 comments on commit 0c39bc0

Please sign in to comment.