-
Notifications
You must be signed in to change notification settings - Fork 1.7k
License missing from version 1.8.0 #16515
Copy link
Copy link
Open
Description
Hi, the license metadata seems to be missing from the 1.8.0 version package and fails e.g. in licensecheck. Version 1.7.1 seems to be unaffected. Possibly caused by commit 49d0a36f3334048833d0201788fd864d3342d1b2 which removed the license field from pyproject.toml.
Environment details
- OS type and version: Fedora 43
- Python version: 3.13.7
- pip version: 24.3.1
google-crc32cversion: 1.8.0
Steps to reproduce
pip install google-crc32c licensecheckpip freeze | licensecheck --license APACHE-2.0 --show-only-failing -f markdown
Gives the following output:
## Info
- program: licensecheck
- version: 2025.1.0
- license: MIT LICENSE
## Project License
APACHE LICENSE
## Packages
Find a list of packages below
|Compatible|Package|
|:--|:--|
|✖|google-crc32c|
### google-crc32c-1.8.0
- HomePage: https://github.com/googleapis/python-crc32c
- Author: Google LLC
- License:
- Compatible: False
- Size: 86069
Thanks in advance.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels