summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/collections_runtime_pythonpath/ansible-collection-python-dist-boo/pyproject.toml
blob: feec734a6b0e56672a6e2a633a3ca555adeffea1 (plain)
1
2
3
4
5
6
[build-system]
requires = [
  "setuptools >= 44",
  "wheel",
]
build-backend = "setuptools.build_meta"