Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit 594d303

Browse files
NickCaogithub-actions[bot]
authored andcommitted
Use it as build hook
(cherry picked from commit ed5c740)
1 parent 38646f8 commit 594d303

30 files changed

Lines changed: 30 additions & 30 deletions

File tree

packages/jumpstarter-all/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ raw-options = { 'root' = '../../' }
5353
requires = ["hatchling", "hatch-vcs", "hatch-pin-jumpstarter"]
5454
build-backend = "hatchling.build"
5555

56-
[tool.hatch.metadata.hooks.pin_jumpstarter]
56+
[tool.hatch.build.hooks.pin_jumpstarter]
5757
name = "pin_jumpstarter"

packages/jumpstarter-cli-admin/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ raw-options = { 'root' = '../../' }
3434
requires = ["hatchling", "hatch-vcs", "hatch-pin-jumpstarter"]
3535
build-backend = "hatchling.build"
3636

37-
[tool.hatch.metadata.hooks.pin_jumpstarter]
37+
[tool.hatch.build.hooks.pin_jumpstarter]
3838
name = "pin_jumpstarter"

packages/jumpstarter-cli-common/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ raw-options = { 'root' = '../../' }
3939
requires = ["hatchling", "hatch-vcs", "hatch-pin-jumpstarter"]
4040
build-backend = "hatchling.build"
4141

42-
[tool.hatch.metadata.hooks.pin_jumpstarter]
42+
[tool.hatch.build.hooks.pin_jumpstarter]
4343
name = "pin_jumpstarter"

packages/jumpstarter-cli-driver/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ raw-options = { 'root' = '../../' }
3838
requires = ["hatchling", "hatch-vcs", "hatch-pin-jumpstarter"]
3939
build-backend = "hatchling.build"
4040

41-
[tool.hatch.metadata.hooks.pin_jumpstarter]
41+
[tool.hatch.build.hooks.pin_jumpstarter]
4242
name = "pin_jumpstarter"

packages/jumpstarter-cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ raw-options = { 'root' = '../../' }
4343
requires = ["hatchling", "hatch-vcs", "hatch-pin-jumpstarter"]
4444
build-backend = "hatchling.build"
4545

46-
[tool.hatch.metadata.hooks.pin_jumpstarter]
46+
[tool.hatch.build.hooks.pin_jumpstarter]
4747
name = "pin_jumpstarter"

packages/jumpstarter-driver-can/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ raw-options = { 'root' = '../../' }
3232
requires = ["hatchling", "hatch-vcs", "hatch-pin-jumpstarter"]
3333
build-backend = "hatchling.build"
3434

35-
[tool.hatch.metadata.hooks.pin_jumpstarter]
35+
[tool.hatch.build.hooks.pin_jumpstarter]
3636
name = "pin_jumpstarter"

packages/jumpstarter-driver-composite/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ raw-options = { 'root' = '../../' }
3030
requires = ["hatchling", "hatch-vcs", "hatch-pin-jumpstarter"]
3131
build-backend = "hatchling.build"
3232

33-
[tool.hatch.metadata.hooks.pin_jumpstarter]
33+
[tool.hatch.build.hooks.pin_jumpstarter]
3434
name = "pin_jumpstarter"

packages/jumpstarter-driver-corellium/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ raw-options = { 'root' = '../../' }
3232
requires = ["hatchling", "hatch-vcs", "hatch-pin-jumpstarter"]
3333
build-backend = "hatchling.build"
3434

35-
[tool.hatch.metadata.hooks.pin_jumpstarter]
35+
[tool.hatch.build.hooks.pin_jumpstarter]
3636
name = "pin_jumpstarter"

packages/jumpstarter-driver-dutlink/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ raw-options = { 'root' = '../../' }
4343
requires = ["hatchling", "hatch-vcs", "hatch-pin-jumpstarter"]
4444
build-backend = "hatchling.build"
4545

46-
[tool.hatch.metadata.hooks.pin_jumpstarter]
46+
[tool.hatch.build.hooks.pin_jumpstarter]
4747
name = "pin_jumpstarter"

packages/jumpstarter-driver-flashers/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ build-backend = "hatchling.build"
4646
[dependency-groups]
4747
dev = ["pytest-cov>=6.0.0", "pytest>=8.3.3"]
4848

49-
[tool.hatch.metadata.hooks.pin_jumpstarter]
49+
[tool.hatch.build.hooks.pin_jumpstarter]
5050
name = "pin_jumpstarter"

0 commit comments

Comments
 (0)