From c481e878e000546a09ffbd9b1490c4c8cfad2c9a Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Fri, 31 Jan 2020 17:04:45 +0100 Subject: setup.py: Add trove classifiers Signed-off-by: Sebastian Pipping --- setup.py | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fcf745d..7418ce6 100755 --- a/setup.py +++ b/setup.py @@ -73,7 +73,25 @@ def main(): 'console_scripts': [ "metagen = metagen.__main__:main", ], - } + }, + + classifiers = [ + 'Development Status :: 5 - Production/Stable', + 'Environment :: Console', + 'Intended Audience :: Developers', + 'License :: OSI Approved :: GNU General Public License v2 (GPLv2)', + 'Natural Language :: English', + 'Programming Language :: Python', + 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Topic :: Software Development', + 'Topic :: Text Processing :: Markup :: XML', + 'Topic :: Utilities', + ] ) -- cgit v1.2.3-18-g5258