Commit 8a158ea
committed
fix(pypi): legacy license metadata + README banner
Switch from PEP 639 `license = "MIT"` + `license-files` to legacy
`license = { file = "LICENSE" }` + `License :: OSI Approved :: MIT
License` classifier — PyPI Warehouse rejected the PEP 639 form with
HTTP 400 (Metadata-Version 2.4 License-Expression field not yet
accepted server-side, even though twine check passed locally).
README gains the Codechu ASCII logo banner at the top, matching the
publisher's visual identity across all four sibling libraries.1 parent 4400cb9 commit 8a158ea
2 files changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
3 | 12 | | |
4 | 13 | | |
5 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments