Skip to content

Commit bcb8cfd

Browse files
committed
Add uv install option
1 parent 81e5310 commit bcb8cfd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@ line-ending = "auto"
108108
docstring-code-format = true
109109
docstring-code-line-length = "dynamic"
110110

111+
[tool.uv.sources]
112+
crazyflow = { path = "./", editable = true }
113+
drone-models = { path = "./submodules/drone-models", editable = true }
114+
drone-controllers = { path = "./submodules/drone-controllers", editable = true }
115+
111116
[tool.pixi.workspace]
112117
channels = ["conda-forge"]
113118
platforms = ["linux-64"]

0 commit comments

Comments
 (0)