mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-14 07:33:09 +00:00
README.md file extension issue fixed (#4488)
This commit is contained in:
parent
a4c397890e
commit
9eea9c894e
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue