We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83cabc commit a79d0a2Copy full SHA for a79d0a2
1 file changed
pyproject.toml
@@ -22,15 +22,18 @@ dependencies = [
22
"array-api-extra",
23
]
24
25
+[tool.setuptools]
26
+include-package-data = true
27
+
28
[tool.setuptools.packages]
29
find = {}
30
31
[tool.setuptools.package-data]
32
drone_models = [
- "data/*.xml", # 3D model information
33
+ "data/*.xml", # 3D model information
34
"data/**/*.obj", # 3D model information
35
"data/**/*.stl", # 3D model information
- "**/*.toml", # parameter information
36
+ "**/*.toml", # parameter information
37
38
39
[tool.pytest.ini_options]
0 commit comments