Commit 1983d3d
committed
Fix license-file metadata: suppress setuptools auto-discovery
setuptools auto-adds license-file to wheel metadata when it finds
a LICENSE file, which twine >=6 rejects. Setting license_files=[]
prevents the auto-discovery while keeping the explicit license field.1 parent 5f86380 commit 1983d3d
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments