fix: pyproject.toml
This commit is contained in:
parent
6fec59d1be
commit
9b41e6cc48
1 changed files with 0 additions and 15 deletions
|
|
@ -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
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue