Commit bbed04f
committed
Migrate license metadata to SPDX expression per PEP 639
Replace the deprecated `license = {file = "LICENSE"}` TOML table with a
plain SPDX expression (`license = "GPL-3.0-only"`) and an explicit
`license-files` entry, and drop the now-redundant license trove
classifier.
Fixes deprecation warnings from setuptools >= 77.
Signed-off-by: Nils Le Roux <gilbsgilbert@gmail.com>1 parent 9005e9d commit bbed04f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | | - | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments