jazzband / jazzband/contextlib2
Use SPDX license identifier in package metadata for automated license scanning
Open
- Dominant language
- Python
- Stars
- 39
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
## 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
```bash
$ pip show contextlib2 | grep License
License: PSF License
Contributor guide
Assessment
This issue has not been assessed yet.