Commit cd49169
fix(rescript-openapi): use license-file for crates.io compatibility
crates.io rejects packages with non-SPDX license identifiers.
PMPL-1.0-or-later is not yet in the SPDX registry, so switch from
`license = "PMPL-1.0-or-later"` to `license-file = "LICENSE"` which
points to the full PMPL license text. This is the standard workaround
for custom/pending-registration licenses on crates.io.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 1aa2e68 commit cd49169
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments