tag as python3
This commit is contained in:
parent
6b61805f01
commit
007a1087ae
1 changed files with 3 additions and 2 deletions
5
setup.py
5
setup.py
|
@ -41,7 +41,6 @@ setup(
|
||||||
author="j",
|
author="j",
|
||||||
author_email="j@mailb.org",
|
author_email="j@mailb.org",
|
||||||
url="http://wiki.0x2620.org/wiki/pandora_client",
|
url="http://wiki.0x2620.org/wiki/pandora_client",
|
||||||
download_url="http://code.0x2620.org/pandora_client/download",
|
|
||||||
license="GPLv3",
|
license="GPLv3",
|
||||||
scripts=[
|
scripts=[
|
||||||
'bin/pandora_client',
|
'bin/pandora_client',
|
||||||
|
@ -58,8 +57,10 @@ setup(
|
||||||
],
|
],
|
||||||
keywords=[],
|
keywords=[],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
'Development Status :: 5 - Production/Stable',
|
||||||
|
'Environment :: Console',
|
||||||
'Operating System :: OS Independent',
|
'Operating System :: OS Independent',
|
||||||
'Programming Language :: Python',
|
'Programming Language :: Python :: 3',
|
||||||
'License :: OSI Approved :: GNU General Public License (GPL)',
|
'License :: OSI Approved :: GNU General Public License (GPL)',
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue