Skip to content

Commit eb49f8b

Browse files
committed
More pyproject
1 parent c47fdc1 commit eb49f8b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/demo/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This section tells pip to install semiwrap before starting a build
33
[build-system]
44
build-backend = "hatchling.build"
5-
requires = ["semiwrap", "hatch-meson"]
5+
requires = ["semiwrap", "hatch-meson", "hatchling"]
66

77
[project]
88
name = "swdemo"

tests/cpp/sw-caster-consumer/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
build-backend = "hatchling.build"
3-
requires = ["semiwrap", "hatch-meson"]
3+
requires = ["semiwrap", "hatch-meson", "hatchling"]
44

55
[project]
66
description = "Test program"

tests/cpp/sw-test-base/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
build-backend = "hatchling.build"
3-
requires = ["semiwrap", "hatch-meson"]
3+
requires = ["semiwrap", "hatch-meson", "hatchling"]
44

55
[project]
66
description = "Test program"

tests/cpp/sw-test/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
build-backend = "hatchling.build"
3-
requires = ["semiwrap", "hatch-meson"]
3+
requires = ["semiwrap", "hatch-meson", "hatchling"]
44

55
[project]
66
name = "sw-test"

0 commit comments

Comments
 (0)