Commit a387235
Fix license deprecation warning (#2511)
Table-based license keys of the form `license = {text =
"<license-string>"}` are deprecated since `setuptools >= 77.0.0` and
produces warning:
> SetuptoolsDeprecationWarning: `project.license` as a TOML table is
deprecated
This PR aligns with new format of license expression ([PEP
639](https://peps.python.org/pep-0639/#add-license-expression-field)).1 parent 0642193 commit a387235
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
0 commit comments