From 0c39bc09141b5a60c997792e1198df733845b729 Mon Sep 17 00:00:00 2001 From: Stefano Lottini Date: Fri, 10 Nov 2023 12:12:45 +0100 Subject: [PATCH] adapt setup.py to readme file naming (md -> MD) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(