Skip to content

Commit 4b5f375

Browse files
committed
setup.py: use the correct license classifier
twine refuses to upload with "GPL-2". The support classifiers are found on <https://pypi.org/classifiers>
1 parent 89fc3de commit 4b5f375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def getLongDesc():
5050
#url = 'https://github.com/mgerstner/oscfs',
5151
classifiers = [
5252
'Intended Audience :: Developers',
53-
'License :: OSI Approved :: GPL-2',
53+
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
5454
'Programming Language :: Python :: 2.7',
5555
'Topic :: System :: Filesystems'
5656
],

0 commit comments

Comments
 (0)