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:
Matt Davis
2025-05-07 11:00:21 -07:00
committed by GitHub
parent 107842fd7d
commit 7e00053a30
2 changed files with 27 additions and 5 deletions
+1 -1
View File
@@ -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]