summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/collections_runtime_pythonpath/ansible-collection-python-dist-boo/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/collections_runtime_pythonpath/ansible-collection-python-dist-boo/pyproject.toml')
-rw-r--r--test/integration/targets/collections_runtime_pythonpath/ansible-collection-python-dist-boo/pyproject.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/integration/targets/collections_runtime_pythonpath/ansible-collection-python-dist-boo/pyproject.toml b/test/integration/targets/collections_runtime_pythonpath/ansible-collection-python-dist-boo/pyproject.toml
new file mode 100644
index 0000000..feec734
--- /dev/null
+++ b/test/integration/targets/collections_runtime_pythonpath/ansible-collection-python-dist-boo/pyproject.toml
@@ -0,0 +1,6 @@
+[build-system]
+requires = [
+ "setuptools >= 44",
+ "wheel",
+]
+build-backend = "setuptools.build_meta"