Skip to content

Commit 7b31d86

Browse files
committed
Install AirField from PyPI instead of local editable source
Removed [tool.uv.sources] path overrides. AirField and AirModel resolve from PyPI now, both locally and in CI. Local editable installs of sibling packages can be done manually with uv pip install -e ../AirField when needed.
1 parent 9b7d32d commit 7b31d86

2 files changed

Lines changed: 5 additions & 26 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,3 @@ exclude_also = [
101101
package = true
102102
default-groups = ["dev"]
103103

104-
[tool.uv.sources]
105-
AirField = { path = "../AirField", editable = true }
106-
AirModel = { path = "../AirModel", editable = true }
107-

uv.lock

Lines changed: 5 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)