mirror of
https://github.com/rommapp/docs.git
synced 2026-04-20 01:04:29 +08:00
12 lines
221 B
TOML
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",
|
|
]
|