diff options
author | Matt Martz <matt@sivel.net> | 2021-10-19 14:24:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-19 14:24:57 -0500 |
commit | 66a83314b9d30c6a139de960e6da8d5554c28544 (patch) | |
tree | 88b110f697b43addcbe82de8d1a824467130ac50 /pyproject.toml | |
parent | 43d09710c81f36113fec8d68e650a6b6d82dca05 (diff) | |
download | ansible-66a83314b9d30c6a139de960e6da8d5554c28544.tar.gz |
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.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000000..38c5a47d62 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools >= 39.2.0", "wheel"] +build-backend = "setuptools.build_meta" |