Skip to content

Commit dc03aba

Browse files
authored
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.
1 parent c215ae3 commit dc03aba

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/google-crc32c/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ version = "1.8.0"
2222
description = "A python wrapper of the C library 'Google CRC32C'"
2323
readme = "README.md"
2424
requires-python = ">=3.8"
25+
license = "Apache-2.0"
26+
license-files = ["LICENSE"]

0 commit comments

Comments
 (0)