Skip to content

Commit e0625d7

Browse files
authored
Merge pull request #494 from daniel7an/fix/issue-492-spdx-license
Fix SPDX license identifier: Python-2.0 → PSF-2.0
2 parents d4606ef + 77e65f0 commit e0625d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ authors = [
1414
maintainers = [
1515
{ name = "Jason Madden", email = "jason@seecoresoftware.com" }
1616
]
17-
license = "MIT AND Python-2.0"
17+
license = "MIT AND PSF-2.0"
1818
license-files = [
1919
'LICENSE',
2020
'LICENSE.PSF',

0 commit comments

Comments
 (0)