From 7ebaf261070d57419bc8b42955db1f7b862adb66 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Thu, 29 Nov 2018 14:29:41 -0800 Subject: [PATCH] added classifiers to setup.py --- setup.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.py b/setup.py index d23b9ad..09e142e 100644 --- a/setup.py +++ b/setup.py @@ -11,4 +11,10 @@ setup(name='pycmx', long_description_content_type="text/markdown", long_description=long_description, url='https://github.com/iluvcapra/pycmx', + classifiers=['Development Status :: 3 - Alpha', + 'License :: OSI Approved :: MIT License', + 'Programming Language :: Python :: 2.7', + 'Topic :: Multimedia', + 'Topic :: Multimedia :: Video', + 'Topic :: Text Processing'], packages=['pycmx'])