README.md file extension issue fixed

This commit is contained in:
Sadra Yahyapour 2023-07-30 02:22:06 +03:30
parent a4c397890e
commit c7cddd3137

View File

@ -7,7 +7,7 @@ except ImportError:
# 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(