Fix licenses check for setuptools (#144181)

This commit is contained in:
Marc Mueller 2025-05-04 10:02:11 +02:00 committed by Paulus Schoutsen
parent 99e13278e3
commit 5b12bdca00

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 = {