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=ctt.AUTHOR,
|
||||||
author_email=ctt.WWW,
|
author_email=ctt.WWW,
|
||||||
url=ctt.WWW,
|
url=ctt.WWW,
|
||||||
license="GNU GPL",
|
license="GNU GPLv3",
|
||||||
packages=['lib/ctt',
|
packages=['lib/ctt',
|
||||||
],
|
],
|
||||||
scripts=['scripts/ctt'],
|
scripts=['scripts/ctt'],
|
||||||
|
@ -22,7 +22,7 @@ setup(name='ctt',
|
||||||
'Intended Audience :: End Users/Desktop',
|
'Intended Audience :: End Users/Desktop',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
'Intended Audience :: System Administrators',
|
'Intended Audience :: System Administrators',
|
||||||
'License :: GPL version 3',
|
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
|
||||||
'Operating System :: POSIX',
|
'Operating System :: POSIX',
|
||||||
'Programming Language :: Python',
|
'Programming Language :: Python',
|
||||||
'Requires-Python:: 3.x']
|
'Requires-Python:: 3.x']
|
||||||
|
|
Loading…
Reference in a new issue