correct license indication in setup.py

This commit is contained in:
Davide Riccardo Caliendo 2013-10-12 02:56:52 +02:00 committed by Nico Schottelius
parent c91e159836
commit 7619756360
1 changed files with 2 additions and 2 deletions

View File

@ -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']