fix: pyproject.toml
This commit is contained in:
parent
6fec59d1be
commit
323dce31c4
1 changed files with 4 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue