Skip to content

Commit bc4b8fb

Browse files
committed
Fix SPDX license identifier: Python-2.0 → PSF-2.0
The SPDX identifier "Python-2.0" refers to the Python 2.0 license, which is not GPL-compatible. The correct identifier for the PSF license used by greenlet is "PSF-2.0", which is GPL-compatible. Backport of 77e65f0 from master. Made-with: Cursor
1 parent 1a98554 commit bc4b8fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def get_greenlet_version():
225225
'Documentation': 'https://greenlet.readthedocs.io/',
226226
'Changes': 'https://greenlet.readthedocs.io/en/latest/changes.html',
227227
},
228-
license="MIT AND Python-2.0",
228+
license="MIT AND PSF-2.0",
229229
license_files=[
230230
'LICENSE',
231231
'LICENSE.PSF',

0 commit comments

Comments
 (0)