Remove local uv sources override

This commit is contained in:
Nick Sweeting
2026-04-02 16:17:43 -07:00
parent b40b5b8b4d
commit c8221d5b13

View File

@@ -157,13 +157,10 @@ dev = [
[tool.uv]
environments = ["sys_platform == 'darwin'", "sys_platform == 'linux'"]
package = true
exclude-newer = "14 days"
exclude-newer-package = { abx-dl = "1 second", abx-pkg = "1 second", abxbus = "1 second" }
# compile-bytecode = true
[tool.uv.sources]
abx-pkg = { path = "../abx-pkg", editable = true }
abx-plugins = { path = "../abx-plugins", editable = true }
abx-dl = { path = "../abx-dl", editable = true }
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"