Skip to content

Commit f83cabc

Browse files
committed
Add comments
1 parent 9c8e9cc commit f83cabc

2 files changed

Lines changed: 5 additions & 5 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ find = {}
2727

2828
[tool.setuptools.package-data]
2929
drone_models = [
30-
"data/*.xml",
31-
"**/*.toml",
32-
"data/assets/**/*.obj",
33-
"data/assets/**/*.stl",
30+
"data/*.xml", # 3D model information
31+
"data/**/*.obj", # 3D model information
32+
"data/**/*.stl", # 3D model information
33+
"**/*.toml", # parameter information
3434
]
3535

3636
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)