Skip to content

Commit 2d00031

Browse files
committed
chore: Map a declared license for PyPI::pytest-cov
Signed-off-by: Bruno Pacheco <[email protected]>
1 parent 0549d2b commit 2d00031

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

curations/PyPI/_/pytest-cov.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
- id: "PyPI::pytest-cov:(,2.12.0["
2+
curations:
3+
comment: |
4+
The LICENSE file always contained only the 'MIT' license text, while the project metadata accidentally
5+
declared it to be licensed under 'BSD License' for all version prior to 2.12.0, see also
6+
https://github.com/pytest-dev/pytest-cov/commit/2cd0094 and
7+
https://github.com/pytest-dev/pytest-cov/pull/467.
8+
declared_license_mapping:
9+
"BSD License": "MIT"

0 commit comments

Comments
 (0)