Add explicit Trove classifers for PyPI

This commit is contained in:
Hugo 2018-11-24 11:33:02 +02:00 committed by Adrien Vergé
parent 8da6e36bf1
commit 3d1ad9a176

View File

@ -36,7 +36,12 @@ setup(
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Software Development',
'Topic :: Software Development :: Debuggers',
'Topic :: Software Development :: Quality Assurance',