mirror of https://github.com/aliasrobotics/cai.git
Remove media objects from releases
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
This commit is contained in:
parent
ac3cdb1694
commit
756c0917d8
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue