added classifiers to setup.py

This commit is contained in:
Jamie Hardt
2018-11-29 14:29:41 -08:00
parent 246851048e
commit 7ebaf26107

View File

@@ -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'])