All checks were successful
ci/woodpecker/push/build-container Pipeline was successful
Signed-off-by: Nikolai Rodionov <iam@allanger.xyz>
18 lines
350 B
TOML
18 lines
350 B
TOML
[project]
|
|
name = "documentation"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = [
|
|
{name = "Nikolai Rodionov",email = "iam@allanger.xyz"}
|
|
]
|
|
license = {text = "GPL 3.0"}
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"zensical (>=0.0.27,<0.0.28)"
|
|
]
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|