Skip to content

License missing from version 1.8.0 #16515

@figi44

Description

@figi44

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-crc32c version: 1.8.0

Steps to reproduce

  1. pip install google-crc32c licensecheck
  2. pip 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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions