diff --git a/setup.py b/setup.py index 71da7be7..a9cc6179 100644 --- a/setup.py +++ b/setup.py @@ -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(