Add license information to pyproject.toml#16816
Add license information to pyproject.toml#16816ecederstrand wants to merge 2 commits intogoogleapis:mainfrom
Conversation
Add license specifiers according to https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license-and-license-files This allows automatic license inspection tools like pip-licenses to correctly categorize this package.
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
There was a problem hiding this comment.
Code Review
This pull request adds license metadata to the pyproject.toml file for the google-crc32c package. The reviewer suggests using the PEP 621 table format for the license field to ensure better compatibility with various tools and notes that such configuration updates should ideally be applied consistently across all packages in the repository.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Add license specifiers according to https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license-and-license-files
This allows automatic license inspection tools like pip-licenses to correctly categorize this package.
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #16603 🦕