From 79d8518667def101a1a61135bc2c4609a219d0f9 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Mon, 25 Nov 2019 20:41:54 +0000 Subject: Add classifiers to setup.py --- setup.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/setup.py b/setup.py index 1c11194..2278ad8 100644 --- a/setup.py +++ b/setup.py @@ -110,4 +110,14 @@ setup(name='cmdtest', 'check': Check, 'clean': CleanMore, }, + classifiers=[ + 'Development Status :: 4 - Beta', + 'Environment :: Console', + 'Intended Audience :: Developers', + 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', + 'Operating System :: Unix', + 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 3', + 'Topic :: Utilities', + ], ) -- cgit v1.2.1