Fix licenses check for setuptools (#144181)

This commit is contained in:
Marc Mueller 2025-05-04 10:02:11 +02:00 committed by GitHub
parent 2a5c0d9b88
commit 516a3c0504
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -208,7 +208,6 @@ EXCEPTIONS = {
# https://github.com/jaraco/skeleton/pull/170
# https://github.com/jaraco/skeleton/pull/171
"jaraco.itertools", # MIT - https://github.com/jaraco/jaraco.itertools/issues/21
"setuptools", # MIT
}
TODO = {