Skip to content

Commit 063e477

Browse files
committed
chore: remove uv sources defined at workspace level
duplicate definition isn’t required as we already defined them at workspace level sources
1 parent 27c8c1b commit 063e477

File tree

6 files changed

+0
-20
lines changed

6 files changed

+0
-20
lines changed

contrib/pyln-client/pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ packages = ["pyln"]
1717
[build-system]
1818
requires = ["hatchling>=1.0.0"]
1919
build-backend = "hatchling.build"
20-
21-
[tool.uv.sources]
22-
pyln-proto = { workspace = true }
23-
pyln-bolt7 = { workspace = true }

contrib/pyln-spec/bolt1/pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,3 @@ packages = ["pyln"]
2020
[build-system]
2121
requires = ["hatchling>=1.0.0"]
2222
build-backend = "hatchling.build"
23-
24-
[tool.uv.sources]
25-
pyln-proto = { workspace = true }

contrib/pyln-spec/bolt2/pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,3 @@ packages = ["pyln"]
2020
[build-system]
2121
requires = ["hatchling>=1.0.0"]
2222
build-backend = "hatchling.build"
23-
24-
[tool.uv.sources]
25-
pyln-proto = { workspace = true }

contrib/pyln-spec/bolt4/pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,3 @@ packages = ["pyln"]
2020
[build-system]
2121
requires = ["hatchling>=1.0.0"]
2222
build-backend = "hatchling.build"
23-
24-
[tool.uv.sources]
25-
pyln-proto = { workspace = true }

contrib/pyln-spec/bolt7/pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,3 @@ packages = ["pyln"]
1616
[build-system]
1717
requires = ["hatchling>=1.0.0"]
1818
build-backend = "hatchling.build"
19-
20-
[tool.uv.sources]
21-
pyln-proto = { workspace = true }

contrib/pyln-testing/pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,3 @@ packages = ["pyln"]
3131
[build-system]
3232
requires = ["hatchling>=1.0.0"]
3333
build-backend = "hatchling.build"
34-
35-
[tool.uv.sources]
36-
pyln-client = { workspace = true }
37-
pyln-grpc-proto = { workspace = true }

0 commit comments

Comments
 (0)