Update setup.py

Added version classifiers
This commit is contained in:
Jamie Hardt
2018-12-31 11:47:34 -08:00
parent 4c4ca428f2
commit 9fde608fa0

View File

@@ -15,5 +15,17 @@ setup(name='pycmx',
'License :: OSI Approved :: MIT License',
'Topic :: Multimedia',
'Topic :: Multimedia :: Video',
'Topic :: Text Processing'],
'Topic :: Text Processing',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.0',
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8'
],
packages=['pycmx'])