Issue
The contextlib2 package currently uses "PSF License" as the license identifier in its package metadata, which is not recognized by automated license scanning tools like osv-scanner because it's not a standard SPDX identifier.
Current State
$ pip show contextlib2 | grep License
License: PSF License
Issue
The
contextlib2package currently uses "PSF License" as the license identifier in its package metadata, which is not recognized by automated license scanning tools likeosv-scannerbecause it's not a standard SPDX identifier.Current State
$ pip show contextlib2 | grep License License: PSF License