Skip to content

Commit

Permalink
Added classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks authored Mar 14, 2019
1 parent 4a1cd62 commit ef7ddec
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,20 @@
install_requires=['numpy', 'opencv-python>=3', 'lxml'],
packages=['imantics'],
python_requires='>=2.7',
zip_safe=False
zip_safe=False,
classifiers=[
'Environment :: Web Environment',
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
'Natural Language :: English',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'Topic :: Multimedia :: Sound/Audio :: Capture/Recording',
'Topic :: Multimedia :: Graphics :: Capture',
'Topic :: Scientific/Engineering :: Artificial Intelligence'
'Topic :: Software Development :: Libraries :: Python Modules'
]
)

0 comments on commit ef7ddec

Please sign in to comment.