Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2021-10-19 22:24:57 +0300
committerGitHub <noreply@github.com>2021-10-19 22:24:57 +0300
commit66a83314b9d30c6a139de960e6da8d5554c28544 (patch)
tree88b110f697b43addcbe82de8d1a824467130ac50 /pyproject.toml
parent43d09710c81f36113fec8d68e650a6b6d82dca05 (diff)
Modernize install (#76021)
Co-authored-by: Matt Clay <matt@mystile.com> Co-authored-by: Matt Davis <mrd@redhat.com> Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 00000000000..38c5a47d622
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["setuptools >= 39.2.0", "wheel"]
+build-backend = "setuptools.build_meta"