mirror of
https://github.com/ansible/ansible.git
synced 2026-08-02 00:22:14 +02:00
add fuzzy matching to package_data sanity (#85103)
* add fuzzy matching to package_data sanity * relaxes exact directory matches for license files to allow setuptools > 72 to pass * sanity
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
[build-system]
|
||||
requires = ["setuptools >= 66.1.0, <= 72.1.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"
|
||||
|
||||
[project]
|
||||
|
||||
Reference in New Issue
Block a user