Skip to content

Commit 4565365

Browse files
author
David Erb
committed
README.md is long description
1 parent 8eba23d commit 4565365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ description = "Library of various useful Python classes and functions."
1919
dependencies = ["dls-logformatter", "prettytable", "ruamel.yaml", "setproctitle"]
2020
dynamic = ["version"]
2121
license.file = "LICENSE"
22-
readme = "README.rst"
22+
readme = "README.md"
2323
requires-python = ">=3.9"
2424

2525
[project.optional-dependencies]
@@ -102,4 +102,4 @@ source = ["src", "**/site-packages/"]
102102
[tool.tox]
103103
legacy_tox_ini = "[tox]\nskipsdist=True\n\n[testenv:{pre-commit,mypy,pytest,docs}]\n# Don't create a virtualenv for the command, requires tox-direct plugin\ndirect = True\npassenv = *\nallowlist_externals = \n pytest \n pre-commit\n mypy\n sphinx-build\n sphinx-autobuild\ncommands =\n pytest: pytest {posargs}\n mypy: mypy src tests {posargs}\n pre-commit: pre-commit run --all-files {posargs}\n docs: sphinx-{posargs:build -EW --keep-going} -T docs build/html\n"
104104

105-
# dae_devops_fingerprint 04ef04e9ee9692c0a42b6b230865ecb7
105+
# dae_devops_fingerprint 3f8324294fa7cfc47eb371d6ae8bdc9a

0 commit comments

Comments
 (0)