pr_labeler: fix error in pyproject.toml (#2432)

The correct key-name is `build-backend`, not `backend`.
This commit is contained in:
Maxwell G
2025-03-05 10:02:16 -06:00
committed by GitHub
parent 285cd39a3b
commit c671fca04c

View File

@@ -1,6 +1,6 @@
[build-system]
requires = ["setuptools"]
backend = "setuptools.build_meta"
build-backend = "setuptools.build_meta"
[project]
name = "ad-internal-pr-labeler"