Skip to content

Commit 255aba2

Browse files
Add Apache-2.0 license metadata to pyproject.toml (#19)
Include both the license field and classifier to ensure proper license metadata is exposed to downstream consumers. This addresses the missing license information that requires exceptions in dependency scanning tools.
1 parent 9d873f2 commit 255aba2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
name = "common-expression-language"
44
description = "Python bindings for the Common Expression Language (CEL)"
55
readme = "README.md"
6+
license = "Apache-2.0"
67
authors = [
78
{name = "Brian Thorne", email = "brian@hardbyte.nz"}
89
]
910
requires-python = ">=3.11"
1011
classifiers = [
12+
"License :: OSI Approved :: Apache Software License",
1113
"Programming Language :: Rust",
1214
"Programming Language :: Python :: Implementation :: CPython",
1315
"Programming Language :: Python :: Implementation :: PyPy",

0 commit comments

Comments
 (0)