mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-27 13:28:51 +07:00
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:
@@ -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