Skip to content

Commit 9c8e9cc

Browse files
committed
Fix asset installation
1 parent 4497645 commit 9c8e9cc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ find = {}
2929
drone_models = [
3030
"data/*.xml",
3131
"**/*.toml",
32-
"data/assets/*.obj",
33-
"data/assets/*.stl",
32+
"data/assets/**/*.obj",
33+
"data/assets/**/*.stl",
3434
]
3535

3636
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)