Skip to content

Commit

Permalink
Merge pull request #91 from datastax/SL-fix-readme-uppercase
Browse files Browse the repository at this point in the history
adapt setup.py to readme file naming (md -> MD)
  • Loading branch information
erichare authored Nov 10, 2023
2 parents 4c54314 + 0c39bc0 commit 485dab9
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 485dab9

Please sign in to comment.