Fix build backend to use setuptools.build_meta
setuptools.backends.legacy is not available in older pip environments; switch to the standard setuptools.build_meta and add wheel to requires. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools>=68"]
|
requires = ["setuptools>=68", "wheel"]
|
||||||
build-backend = "setuptools.backends.legacy:build"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "ableton-osc"
|
name = "ableton-osc"
|
||||||
|
|||||||
Reference in New Issue
Block a user