Commit 777966c
committed
fix: Use table format for license field in pyproject.toml
The newer string format for license (license = "Apache-2.0") requires
setuptools >= 77.0.0. Changed to table format (license = {text = "Apache-2.0"})
to maintain compatibility with setuptools >= 61.0.
Removed license-files field as setuptools automatically includes LICENSE file.1 parent ab6a63e commit 777966c
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
0 commit comments