Commit 3d9a867
committed
fix: remove deprecated license classifier for Python 3.14 compatibility
setuptools on Python 3.14 enforces PEP 639 and rejects the old-style
'License :: OSI Approved :: MIT License' classifier when the
license field is already set. The license = "MIT" in [project] is
the correct declaration.
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>1 parent 894070b commit 3d9a867
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
0 commit comments