tag as python3

This commit is contained in:
j 2017-11-26 12:51:29 +01:00
parent 6b61805f01
commit 007a1087ae
1 changed files with 3 additions and 2 deletions

View File

@ -41,7 +41,6 @@ setup(
author="j",
author_email="j@mailb.org",
url="http://wiki.0x2620.org/wiki/pandora_client",
download_url="http://code.0x2620.org/pandora_client/download",
license="GPLv3",
scripts=[
'bin/pandora_client',
@ -58,8 +57,10 @@ setup(
],
keywords=[],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'License :: OSI Approved :: GNU General Public License (GPL)',
],
)