Skip to content

Commit a79d0a2

Browse files
committed
Set include-package-data to true
1 parent f83cabc commit a79d0a2

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,18 @@ dependencies = [
2222
"array-api-extra",
2323
]
2424

25+
[tool.setuptools]
26+
include-package-data = true
27+
2528
[tool.setuptools.packages]
2629
find = {}
2730

2831
[tool.setuptools.package-data]
2932
drone_models = [
30-
"data/*.xml", # 3D model information
33+
"data/*.xml", # 3D model information
3134
"data/**/*.obj", # 3D model information
3235
"data/**/*.stl", # 3D model information
33-
"**/*.toml", # parameter information
36+
"**/*.toml", # parameter information
3437
]
3538

3639
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)