From dc03abac500ce768442308ee588891abc1ddd792 Mon Sep 17 00:00:00 2001 From: Erik Cederstrand Date: Mon, 27 Apr 2026 14:17:59 +0200 Subject: [PATCH 1/3] Add license information to pyproject.toml 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. --- packages/google-crc32c/pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/google-crc32c/pyproject.toml b/packages/google-crc32c/pyproject.toml index ddff644d32e6..1a50a692d006 100644 --- a/packages/google-crc32c/pyproject.toml +++ b/packages/google-crc32c/pyproject.toml @@ -22,3 +22,5 @@ version = "1.8.0" description = "A python wrapper of the C library 'Google CRC32C'" readme = "README.md" requires-python = ">=3.8" +license = "Apache-2.0" +license-files = ["LICENSE"] From b155b0de85bb743ecd0e7a11485353d9d80393b8 Mon Sep 17 00:00:00 2001 From: Erik Cederstrand Date: Mon, 27 Apr 2026 15:05:29 +0200 Subject: [PATCH 2/3] Update packages/google-crc32c/pyproject.toml Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- packages/google-crc32c/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-crc32c/pyproject.toml b/packages/google-crc32c/pyproject.toml index 1a50a692d006..cf332febff59 100644 --- a/packages/google-crc32c/pyproject.toml +++ b/packages/google-crc32c/pyproject.toml @@ -22,5 +22,5 @@ version = "1.8.0" description = "A python wrapper of the C library 'Google CRC32C'" readme = "README.md" requires-python = ">=3.8" -license = "Apache-2.0" +license = {text = "Apache-2.0"} license-files = ["LICENSE"] From 23985ad76a9aae93e1d6d5622623f30e660103b8 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 27 Apr 2026 15:46:15 -0400 Subject: [PATCH 3/3] Update packages/google-crc32c/pyproject.toml --- packages/google-crc32c/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/google-crc32c/pyproject.toml b/packages/google-crc32c/pyproject.toml index cf332febff59..edec4f897338 100644 --- a/packages/google-crc32c/pyproject.toml +++ b/packages/google-crc32c/pyproject.toml @@ -23,4 +23,3 @@ description = "A python wrapper of the C library 'Google CRC32C'" readme = "README.md" requires-python = ">=3.8" license = {text = "Apache-2.0"} -license-files = ["LICENSE"]