ansible/test/integration/targets/collections_runtime_pythonpath/ansible-collection-python-dist-boo/pyproject.toml

7 lines
103 B
TOML
Raw Normal View History

[build-system]
requires = [
"setuptools >= 44",
"wheel",
]
build-backend = "setuptools.build_meta"