summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richardipsum@vx21.xyz>2019-11-25 20:41:54 +0000
committerLars Wirzenius <liw@liw.fi>2019-11-28 10:36:11 +0200
commit79d8518667def101a1a61135bc2c4609a219d0f9 (patch)
tree8ef5d4f8a41eb5447371aa9bcdd0b6dd3deb281b
parentbdf79d4ec3c53fa8515d6397b9531047ee5f1831 (diff)
downloadcmdtest-79d8518667def101a1a61135bc2c4609a219d0f9.tar.gz
Add classifiers to setup.py
-rw-r--r--setup.py10
1 files changed, 10 insertions, 0 deletions
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',
+ ],
)