Skip to content

Commit 60dd3c9

Browse files
wasadeclaude
andcommitted
Fix pyproject.toml build backend (setuptools.build_meta)
setuptools.backends.legacy is not available on the runner's setuptools version. The standard build backend is setuptools.build_meta. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4a892a6 commit 60dd3c9

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>=64", "setuptools-scm>=8"]
3-
build-backend = "setuptools.backends.legacy:build"
3+
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "microsetta-interface"

0 commit comments

Comments
 (0)