Skip to content

Commit a0fea95

Browse files
committed
Fix hatchling build backend path
1 parent 2b835bd commit a0fea95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requires-python = ">=3.12"
88

99
[build-system]
1010
requires = ["hatchling"]
11-
build-backend = "hatchling.backends"
11+
build-backend = "hatchling.build"
1212

1313
[tool.hatch.build.targets.wheel]
1414
packages = ["src/encapsulation"]

0 commit comments

Comments
 (0)