Commit 0842348
fix(build): use dict-style license for setuptools<77 compatibility
The PEP 639 SPDX string format (license = "Apache-2.0") requires
setuptools>=77. Downstream projects that constrain setuptools to <75
fail to build from source with "project.license must be valid exactly
by one definition (2 matches found)".
Switch to the dict-style format which is compatible with all
setuptools versions >=65.
Fixes #8401 parent cd9f525 commit 0842348
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments