Commit 9005e9d
committed
Fix invalid GPLv3 trove classifier
"License :: OSI Approved :: GNU General Public License v3" is not a
valid trove classifier; the correct value per the trove-classifiers spec
is "License :: OSI Approved :: GNU General Public License v3 (GPLv3)".
This causes build failures for distribution package maintainers who use
`python -m build --no-isolation`, which exposes the build to a
system-installed validate-pyproject that enforces the classifier spec.
Isolated builds are unaffected.
Signed-off-by: Nils Le Roux <gilbsgilbert@gmail.com>1 parent 71251a0 commit 9005e9d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments