tag as python3

This commit is contained in:
j 2017-11-26 12:51:29 +01:00
parent 6b61805f01
commit 007a1087ae

View file

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