We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e5310 commit bcb8cfdCopy full SHA for bcb8cfd
1 file changed
pyproject.toml
@@ -108,6 +108,11 @@ line-ending = "auto"
108
docstring-code-format = true
109
docstring-code-line-length = "dynamic"
110
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
+
116
[tool.pixi.workspace]
117
channels = ["conda-forge"]
118
platforms = ["linux-64"]
0 commit comments