Skip to content

Commit 9864eb7

Browse files
fix: correct build-backend for setuptools compatibility
1 parent a191474 commit 9864eb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = ["setuptools>=68.0", "wheel"]
3-
build-backend = "setuptools.backends._legacy:_Backend"
3+
build-backend = "setuptools.build_meta:__legacy__"
44

55
[project]
66
name = "commitwise"

0 commit comments

Comments
 (0)