fix: pyproject.toml

This commit is contained in:
egarette@silique.fr 2026-03-02 10:06:36 +01:00
parent 6fec59d1be
commit 9b41e6cc48

View file

@ -24,21 +24,6 @@ classifiers = [
"Natural Language :: French", "Natural Language :: French",
] ]
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.commitizen]
name = "cz_conventional_commits"
tag_format = "$version"
version_scheme = "pep440"
version_provider = "pep621"
version_files = [
"tiramisu/__version__.py",
"pyproject.toml:version"
]
#update_changelog_on_bump = true
changelog_merge_prerelease = true