chore: remove uv sources defined at workspace level
duplicate definition isn’t required as we already defined them at workspace level sources
This commit is contained in:
committed by
Rusty Russell
parent
d05a8ee70b
commit
2879ef121e
@@ -17,7 +17,3 @@ packages = ["pyln"]
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["hatchling>=1.0.0"]
|
requires = ["hatchling>=1.0.0"]
|
||||||
build-backend = "hatchling.build"
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
[tool.uv.sources]
|
|
||||||
pyln-proto = { workspace = true }
|
|
||||||
pyln-bolt7 = { workspace = true }
|
|
||||||
|
|||||||
@@ -20,6 +20,3 @@ packages = ["pyln"]
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["hatchling>=1.0.0"]
|
requires = ["hatchling>=1.0.0"]
|
||||||
build-backend = "hatchling.build"
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
[tool.uv.sources]
|
|
||||||
pyln-proto = { workspace = true }
|
|
||||||
|
|||||||
@@ -20,6 +20,3 @@ packages = ["pyln"]
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["hatchling>=1.0.0"]
|
requires = ["hatchling>=1.0.0"]
|
||||||
build-backend = "hatchling.build"
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
[tool.uv.sources]
|
|
||||||
pyln-proto = { workspace = true }
|
|
||||||
|
|||||||
@@ -20,6 +20,3 @@ packages = ["pyln"]
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["hatchling>=1.0.0"]
|
requires = ["hatchling>=1.0.0"]
|
||||||
build-backend = "hatchling.build"
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
[tool.uv.sources]
|
|
||||||
pyln-proto = { workspace = true }
|
|
||||||
|
|||||||
@@ -16,6 +16,3 @@ packages = ["pyln"]
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["hatchling>=1.0.0"]
|
requires = ["hatchling>=1.0.0"]
|
||||||
build-backend = "hatchling.build"
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
[tool.uv.sources]
|
|
||||||
pyln-proto = { workspace = true }
|
|
||||||
|
|||||||
@@ -31,7 +31,3 @@ packages = ["pyln"]
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["hatchling>=1.0.0"]
|
requires = ["hatchling>=1.0.0"]
|
||||||
build-backend = "hatchling.build"
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
[tool.uv.sources]
|
|
||||||
pyln-client = { workspace = true }
|
|
||||||
pyln-grpc-proto = { workspace = true }
|
|
||||||
|
|||||||
Reference in New Issue
Block a user