add python 3 as supported in the classifiers

This commit is contained in:
Ehsan Azarnasab 2015-08-27 19:07:28 -07:00
parent 2fee9b3915
commit 5c06db0e35

View File

@ -578,6 +578,8 @@ setup(
'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Image Recognition', 'Topic :: Scientific/Engineering :: Image Recognition',
'Topic :: Software Development', 'Topic :: Software Development',