Commit 5cdbd78
committed
fix(build): use free-text license format in Rust package metadata
The bare string `license = "Apache-2.0 WITH Commons-Clause-1.0"` is
rejected by PyPI as an invalid SPDX expression. Switch to the table
form `license = {text = "..."}` to bypass SPDX validation.1 parent f27425e commit 5cdbd78
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments