Skip to content

Commit 1864e18

Browse files
authored
Fix: Replace License with the valid GPLv3 (#51)
1 parent 4ae032d commit 1864e18

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
@@ -49,7 +49,7 @@ def read(*names, **kwargs):
4949
# http://pypi.python.org/pypi?%3Aaction=list_classifiers
5050
'Development Status :: 5 - Production/Stable',
5151
'Intended Audience :: Developers',
52-
'License :: OSI Approved :: GNU GENERAL PUBLIC LICENSE',
52+
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
5353
'Operating System :: Unix',
5454
'Operating System :: POSIX',
5555
'Operating System :: Microsoft :: Windows',

0 commit comments

Comments
 (0)