Commit 26b9de70 authored by Ehsan Azarnasab's avatar Ehsan Azarnasab

add classifiers to setup.py

parent 69ff6a3f
...@@ -393,4 +393,23 @@ setup( ...@@ -393,4 +393,23 @@ setup(
zip_safe=False, zip_safe=False,
ext_modules=[Extension('dlib', [])], ext_modules=[Extension('dlib', [])],
ext_package='dlib', ext_package='dlib',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Science/Research',
'Intended Audience :: Developers',
'License :: OSI Approved :: Boost Software License (BSL)',
'Operating System :: MacOS :: MacOS X',
'Operating System :: POSIX',
'Operating System :: POSIX :: Linux',
'Operating System :: Microsoft',
'Operating System :: Microsoft :: Windows',
'Programming Language :: C++',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Image Recognition',
'Topic :: Software Development',
],
) )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment