From 756c0917d80cbe0b00d465df31bc7a54327e084a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mayoral=20Vilches?= Date: Sun, 30 Nov 2025 12:29:31 +0100 Subject: [PATCH] Remove media objects from releases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: VĂ­ctor Mayoral Vilches --- pyproject.toml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a66f51a7..4a1f3c54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -112,7 +112,9 @@ exclude = [ ".cai/", "nohup.out", "ci/", - "tools/cut_the_rope/" + "tools/cut_the_rope/", + "media/", + "docs/media/" ] [tool.hatch.build.targets.wheel] @@ -137,7 +139,9 @@ exclude = [ ".cai/", "nohup.out", "ci/", - "tools/cut_the_rope/" + "tools/cut_the_rope/", + "media/", + "docs/media/" ] [tool.hatch.build.targets.wheel.sources] @@ -166,7 +170,9 @@ exclude = [ ".cai/", "nohup.out", "ci/", - "tools/cut_the_rope/" + "tools/cut_the_rope/", + "media/", + "docs/media/" ] [tool.ruff]