Skip to content

Commit f1cd4c8

Browse files
committed
Changed my mind
1 parent 9a4ad6d commit f1cd4c8

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
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"]
5+
requires = ["semiwrap", "hatch-meson"]
66

77
[project]
88
name = "swdemo"

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ classifiers = [
2121
"Topic :: Software Development",
2222
]
2323
dependencies = [
24-
"hatchling>=1.26.2",
2524
"pkgconf",
2625
"sphinxify >= 0.7.3",
2726
"validobj ~= 1.2",

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"]
3+
requires = ["semiwrap", "hatch-meson"]
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"]
3+
requires = ["semiwrap", "hatch-meson"]
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"]
3+
requires = ["semiwrap", "hatch-meson"]
44

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

0 commit comments

Comments
 (0)