Commit 3670fee
committed
packaging: use an SPDX license expression instead of classifiers
Replace the "License :: OSI Approved" classifiers with a PEP 639
SPDX license expression. The project is Apache-2.0 overall, but two
files (nix_expression.py, yocto_recipe.py) carry their own standalone
MIT headers, so the correct expression is "Apache-2.0 AND MIT" (not
"OR" -- it's not a licensee's choice, different files are under
different licenses). Bumps the setuptools build requirement to >=77,
which is what added SPDX license-expression support.
Assisted-by: Claude:claude-opus-5
AI-Generated: Uses Claude (claude-opus-5)
Signed-off-by: Rob Woolley <rob.woolley@windriver.com>1 parent b874cdf commit 3670fee
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
| |||
0 commit comments