diff --git a/setup.py b/setup.py index 67415da54a..a0014cbe96 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ # We use calendar versioning version = "2023.07.28" -with open("README.rst") as readme_file: +with open("README.md") as readme_file: long_description = readme_file.read() setup(