summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2023-04-26 23:01:56 +0200
committerGitHub <noreply@github.com>2023-04-26 23:01:56 +0200
commit4d25e3d54f7de316c4f1d1575d2cf1ffa46b632c (patch)
tree6927f290f66769d8cd4a81ebb3f6e37c1a790ed9 /pyproject.toml
parentAdd TTY check and argument to disable it (#50603) (#68260) (diff)
downloadansible-4d25e3d54f7de316c4f1d1575d2cf1ffa46b632c.tar.xz
ansible-4d25e3d54f7de316c4f1d1575d2cf1ffa46b632c.zip
Set the minimum setuptools to 45.2.0 (#80649)
Also update the package-data sanity test to use the minimum setuptools version.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 482f222190..8a28c0b2ca 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,4 +1,4 @@
[build-system]
-requires = ["setuptools >= 39.2.0"]
+requires = ["setuptools >= 45.2.0"]
backend-path = ["packaging"] # requires 'Pip>=20' or 'pep517>=0.6.0'
build-backend = "pep517_backend.hooks" # wraps `setuptools.build_meta`