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

The correct key-name is `build-backend`, not `backend`.

(cherry picked from commit c671fca04c)

Co-authored-by: Maxwell G <maxwell@gtmx.me>
This commit is contained in:
patchback[bot]
2025-03-05 17:17:46 +00:00
committed by GitHub
parent 6309cc0637
commit c883375a55

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"