correct license indication in setup.py
This commit is contained in:
parent
c91e159836
commit
7619756360
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -12,7 +12,7 @@ setup(name='ctt',
|
|||
author=ctt.AUTHOR,
|
||||
author_email=ctt.WWW,
|
||||
url=ctt.WWW,
|
||||
license="GNU GPL",
|
||||
license="GNU GPLv3",
|
||||
packages=['lib/ctt',
|
||||
],
|
||||
scripts=['scripts/ctt'],
|
||||
|
@ -22,7 +22,7 @@ setup(name='ctt',
|
|||
'Intended Audience :: End Users/Desktop',
|
||||
'Intended Audience :: Developers',
|
||||
'Intended Audience :: System Administrators',
|
||||
'License :: GPL version 3',
|
||||
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
|
||||
'Operating System :: POSIX',
|
||||
'Programming Language :: Python',
|
||||
'Requires-Python:: 3.x']
|
||||
|
|
Loading…
Reference in a new issue