This commit is contained in:
Milka64 2023-12-11 16:53:54 +01:00
parent 9186a85f66
commit 1a266de9de
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ from sphinxcontrib.d2lang import __version__
with open('sphinxcontrib/requirements.txt', 'r', encoding='utf8') as file:
install_requires = list(map(lambda x: x.strip(), file.readlines()))
with open('readme.md', 'r', encoding='utf8') as file:
with open('README.md', 'r', encoding='utf8') as file:
long_description = file.read()
setup(

View file

@ -1,2 +1,2 @@
sphinx
Sphinx
docutils