Skip to content

Commit c671fca

Browse files
authored
pr_labeler: fix error in pyproject.toml (#2432)
The correct key-name is `build-backend`, not `backend`.
1 parent 285cd39 commit c671fca

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)