Skip to content

Commit da5884f

Browse files
pr_labeler: fix error in pyproject.toml (#2432) (#2433)
The correct key-name is `build-backend`, not `backend`. (cherry picked from commit c671fca) Co-authored-by: Maxwell G <[email protected]>
1 parent 801cb28 commit da5884f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hacking/pr_labeler/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"]
3-
backend = "setuptools.build_meta"
3+
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ad-internal-pr-labeler"

0 commit comments

Comments
 (0)