Skip to content

Commit a52ce5a

Browse files
committed
Fix build backend: switch to setuptools.build_meta for editable install support
1 parent e32ae2b commit a52ce5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
2-
requires = ["setuptools>=68"]
3-
build-backend = "setuptools.backends.legacy:build"
2+
requires = ["setuptools>=61"]
3+
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bendykit"

0 commit comments

Comments
 (0)