Skip to content

Commit 20d0501

Browse files
committed
Small fix
1 parent 37f89c1 commit 20d0501

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

cpp/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [
44
"hatch-cpp",
55
"pybind11",
66
]
7-
build-backend="hatchling.build"
7+
build-backend = "hatchling.build"
88

99
[project]
1010
name = "{{project_name_formatted}}"

js/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [
33
"hatchling",
44
"hatch-js",
55
]
6-
build-backend="hatchling.build"
6+
build-backend = "hatchling.build"
77

88
[project]
99
name = "{{project_name_formatted}}"

jupyter/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [
44
"hatch-js",
55
"jupyterlab>=4,<5",
66
]
7-
build-backend="hatchling.build"
7+
build-backend = "hatchling.build"
88
99
[project]
1010
name = "{{project_name_formatted}}"

python/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = [
33
"hatchling",
44
]
5-
build-backend="hatchling.build"
5+
build-backend = "hatchling.build"
66

77
[project]
88
name = "{{project_name_formatted}}"

rust/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [
33
"hatchling",
44
"hatch-rs>=0.1.4",
55
]
6-
build-backend="hatchling.build"
6+
build-backend = "hatchling.build"
77

88
[project]
99
name = "{{project_name_formatted}}"

0 commit comments

Comments
 (0)