setup.py: add classifiers

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
Hiroshi Miura
2019-03-24 12:39:35 +09:00
parent 20b0add0ec
commit 8016fb6217

View File

@@ -29,5 +29,19 @@ setup(name='aqtinstall',
'flake8' 'flake8'
] ]
}, },
scripts=["bin/aqt"] scripts=["bin/aqt"],
classifiers=[
'Development Status :: 3 - Alpha',
'Environment :: Console',
'Environment :: X11 Applications :: Qt',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX',
'Programming Language :: Python',
'Programming Language :: C++',
'Topic :: Software Development',
'Topic :: Software Development :: Libraries',
],
) )