diff options
author | Matt Clay <matt@mystile.com> | 2023-04-26 23:01:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-26 23:01:56 +0200 |
commit | 4d25e3d54f7de316c4f1d1575d2cf1ffa46b632c (patch) | |
tree | 6927f290f66769d8cd4a81ebb3f6e37c1a790ed9 /pyproject.toml | |
parent | Add TTY check and argument to disable it (#50603) (#68260) (diff) | |
download | ansible-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.toml | 2 |
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` |