mirror of https://github.com/ansible/ansible.git
* add fuzzy matching to package_data sanity
* relaxes exact directory matches for license files to allow setuptools > 72 to pass
* sanity
(cherry picked from commit 7e00053a30)
pull/85143/head
parent
a2225f78f8
commit
58e7d475dc
@ -1,3 +1,3 @@
|
||||
[build-system]
|
||||
requires = ["setuptools >= 66.1.0, <= 76.0.0", "wheel == 0.45.1"] # lower bound to support controller Python versions, upper bound for latest version tested at release
|
||||
requires = ["setuptools >= 66.1.0, <= 80.3.1", "wheel == 0.45.1"] # lower bound to support controller Python versions, upper bound for latest version tested at release
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
Loading…
Reference in New Issue