Commit 0072faa
committed
fix: disable auto license-file metadata generation
Setuptools auto-detects LICENSE and generates license-file metadata,
which requires packaging>=24.2 to validate. Disable this by setting
license-files = [] in [tool.setuptools]. The license is still declared
via the classifier.1 parent 168bfb5 commit 0072faa
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments