Skip to content

Commit dc92d53

Browse files
committed
Remove setuptools from licenses.py EXCEPTIONS
1 parent b58d0a2 commit dc92d53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

script/licenses.py

-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ def from_dict(cls, data: PackageMetadata) -> PackageDefinition:
208208
# https://github.com/jaraco/skeleton/pull/170
209209
# https://github.com/jaraco/skeleton/pull/171
210210
"jaraco.itertools", # MIT - https://github.com/jaraco/jaraco.itertools/issues/21
211-
"setuptools", # MIT
212211
}
213212

214213
TODO = {

0 commit comments

Comments
 (0)