From 323dce31c4e54ea94a5ec23bb9054ec6637df8b2 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Mon, 2 Mar 2026 13:41:23 +0100 Subject: [PATCH] fix: pyproject.toml --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a05d520..8c16601 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,12 +25,14 @@ classifiers = [ ] dependencies = [ - "ruamel.yaml ~= 0.18.6", ] - [project.urls] Home = "https://forge.cloud.silique.fr/stove/tiramisu" +[tool.flit.sdist] +exclude = [ +] + [tool.commitizen] name = "cz_conventional_commits" tag_format = "$version"