rommapp_docs/pyproject.toml
Georges-Antoine Assi bd9d2ffbc3
Basic setup of mkdocs
2025-02-21 23:37:07 -05:00

12 lines
221 B
TOML

[project]
name = "wiki"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"mike>=2.1.3",
"mkdocs>=1.6.1",
"mkdocs-material>=9.6.5",
]