mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-26 13:18:58 +07:00
pr_labeler: fix error in pyproject.toml (#2432)
The correct key-name is `build-backend`, not `backend`.
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user