9 lines
187 B
TOML
9 lines
187 B
TOML
[project]
|
|
name = "servala-docs"
|
|
version = "0.1.0"
|
|
description = "The documentation for Servala"
|
|
readme = "README.md"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"zensical>=0.0.11",
|
|
]
|