Skip to content

Commit 624d385

Browse files
committed
Remove setuptools.packages to enable installation from remote
1 parent af2f0bf commit 624d385

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
@@ -42,7 +42,7 @@ Homepage = "https://github.com/utiasDSL/crazyflow"
4242
Repository = "https://github.com/utiasDSL/crazyflow"
4343

4444
[tool.setuptools.packages]
45-
find = { include = ["crazyflow", "drone-models", "drone-controllers"] }
45+
find = {}
4646

4747
[tool.setuptools.dynamic]
4848
version = { attr = "crazyflow.__version__" }

0 commit comments

Comments
 (0)