fix: pyproject.toml

This commit is contained in:
egarette@silique.fr 2026-03-02 13:41:23 +01:00
parent 6fec59d1be
commit 323dce31c4

View file

@ -25,12 +25,14 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"ruamel.yaml ~= 0.18.6",
] ]
[project.urls] [project.urls]
Home = "https://forge.cloud.silique.fr/stove/tiramisu" Home = "https://forge.cloud.silique.fr/stove/tiramisu"
[tool.flit.sdist]
exclude = [
]
[tool.commitizen] [tool.commitizen]
name = "cz_conventional_commits" name = "cz_conventional_commits"
tag_format = "$version" tag_format = "$version"