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

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:32 +00:00
committed by GitHub
parent 801cb28bbb
commit da5884f6d4

View File

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