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:
Lakshya Singh
2025-08-31 19:49:20 +05:30
committed by Rusty Russell
parent d05a8ee70b
commit 2879ef121e
6 changed files with 0 additions and 20 deletions

View File

@@ -17,7 +17,3 @@ packages = ["pyln"]
[build-system]
requires = ["hatchling>=1.0.0"]
build-backend = "hatchling.build"
[tool.uv.sources]
pyln-proto = { workspace = true }
pyln-bolt7 = { workspace = true }

View File

@@ -20,6 +20,3 @@ packages = ["pyln"]
[build-system]
requires = ["hatchling>=1.0.0"]
build-backend = "hatchling.build"
[tool.uv.sources]
pyln-proto = { workspace = true }

View File

@@ -20,6 +20,3 @@ packages = ["pyln"]
[build-system]
requires = ["hatchling>=1.0.0"]
build-backend = "hatchling.build"
[tool.uv.sources]
pyln-proto = { workspace = true }

View File

@@ -20,6 +20,3 @@ packages = ["pyln"]
[build-system]
requires = ["hatchling>=1.0.0"]
build-backend = "hatchling.build"
[tool.uv.sources]
pyln-proto = { workspace = true }

View File

@@ -16,6 +16,3 @@ packages = ["pyln"]
[build-system]
requires = ["hatchling>=1.0.0"]
build-backend = "hatchling.build"
[tool.uv.sources]
pyln-proto = { workspace = true }

View File

@@ -31,7 +31,3 @@ packages = ["pyln"]
[build-system]
requires = ["hatchling>=1.0.0"]
build-backend = "hatchling.build"
[tool.uv.sources]
pyln-client = { workspace = true }
pyln-grpc-proto = { workspace = true }