Commit e000cf0
Fix license metadata in setup.py (#129219)
Package metadata in setup.py lists license as BSD-3 which is not a valid SPDX id. The correct id would be BSD-3-Clause.
Specifying an SPDX id is beneficial to license compliance scanning.
*Taking up #129123 from my personal account.*
Pull Request resolved: #129219
Approved by: https://github.com/malfet, https://github.com/kit19801 parent 4574301 commit e000cf0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1507 | 1507 | | |
1508 | 1508 | | |
1509 | 1509 | | |
1510 | | - | |
| 1510 | + | |
1511 | 1511 | | |
1512 | 1512 | | |
1513 | 1513 | | |
| |||
0 commit comments