Skip to content

Commit 656bc44

Browse files
committed
Fix submodule install
1 parent ca28de9 commit 656bc44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ include-package-data = true
2828

2929
[tool.setuptools.packages.find]
3030
where = ["."]
31-
include = ["drone_models"]
31+
include = ["drone_models*"]
3232

3333
[tool.setuptools.package-data]
3434
drone_models = [

0 commit comments

Comments
 (0)