Remove media objects from releases

Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
This commit is contained in:
Víctor Mayoral Vilches 2025-11-30 12:29:31 +01:00
parent ac3cdb1694
commit 756c0917d8
1 changed files with 9 additions and 3 deletions

View File

@ -112,7 +112,9 @@ exclude = [
".cai/", ".cai/",
"nohup.out", "nohup.out",
"ci/", "ci/",
"tools/cut_the_rope/" "tools/cut_the_rope/",
"media/",
"docs/media/"
] ]
[tool.hatch.build.targets.wheel] [tool.hatch.build.targets.wheel]
@ -137,7 +139,9 @@ exclude = [
".cai/", ".cai/",
"nohup.out", "nohup.out",
"ci/", "ci/",
"tools/cut_the_rope/" "tools/cut_the_rope/",
"media/",
"docs/media/"
] ]
[tool.hatch.build.targets.wheel.sources] [tool.hatch.build.targets.wheel.sources]
@ -166,7 +170,9 @@ exclude = [
".cai/", ".cai/",
"nohup.out", "nohup.out",
"ci/", "ci/",
"tools/cut_the_rope/" "tools/cut_the_rope/",
"media/",
"docs/media/"
] ]
[tool.ruff] [tool.ruff]