Skip to content

Commit 2e334ac

Browse files
committed
Update setuptools
1 parent 0d8defc commit 2e334ac

2 files changed

Lines changed: 16 additions & 7 deletions

File tree

pixi.lock

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

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ dependencies = [
2020
"scipy @ git+https://github.com/scipy/scipy.git@4cb83b6", # TODO: Replace with scipy 1.17 once released
2121
"array-api-typing @ git+https://github.com/data-apis/array-api-typing", # TODO: Replace with array-api-typing from pip once released
2222
"array-api-extra",
23+
"pip",
2324
]
2425

2526
[tool.setuptools]
2627
include-package-data = true
2728

28-
[tool.setuptools.packages]
29-
find = {}
29+
[tool.setuptools.packages.find]
30+
where = ["."]
31+
include = ["drone_models*"]
3032

3133
[tool.setuptools.package-data]
3234
drone_models = [
33-
"data/*.xml", # 3D model information
34-
"data/**/*.obj", # 3D model information
35-
"data/**/*.stl", # 3D model information
36-
"**/*.toml", # parameter information
35+
"data/*", # 3D model and parameter information
36+
"**/*.toml", # model specific parameter information
3737
]
3838

3939
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)