Python package classifiers sync with OpenCV-Python repo.

This commit is contained in:
Alexander Smorkalov 2023-06-01 10:49:27 +03:00
parent 6d3dd24622
commit 0787c31f41

View File

@ -46,33 +46,31 @@ def main():
maintainer="OpenCV Team", maintainer="OpenCV Team",
install_requires="numpy", install_requires="numpy",
classifiers=[ classifiers=[
'Development Status :: 5 - Production/Stable', "Development Status :: 5 - Production/Stable",
'Environment :: Console', "Environment :: Console",
'Intended Audience :: Developers', "Intended Audience :: Developers",
'Intended Audience :: Education', "Intended Audience :: Education",
'Intended Audience :: Information Technology', "Intended Audience :: Information Technology",
'Intended Audience :: Science/Research', "Intended Audience :: Science/Research",
'License :: Apache 2.0 License', "License :: OSI Approved :: Apache Software License",
'Operating System :: MacOS', "Operating System :: MacOS",
'Operating System :: Microsoft :: Windows', "Operating System :: Microsoft :: Windows",
'Operating System :: POSIX', "Operating System :: POSIX",
'Operating System :: Unix', "Operating System :: Unix",
'Programming Language :: Python', "Programming Language :: Python",
'Programming Language :: Python :: 2', "Programming Language :: Python :: 3",
'Programming Language :: Python :: 2.7', "Programming Language :: Python :: 3 :: Only",
'Programming Language :: Python :: 3', "Programming Language :: Python :: 3.6",
'Programming Language :: Python :: 3.4', "Programming Language :: Python :: 3.7",
'Programming Language :: Python :: 3.5', "Programming Language :: Python :: 3.8",
'Programming Language :: Python :: 3.6', "Programming Language :: Python :: 3.9",
'Programming Language :: Python :: 3.7', "Programming Language :: Python :: 3.10",
'Programming Language :: Python :: 3.8', "Programming Language :: Python :: 3.11",
'Programming Language :: Python :: 3.9', "Programming Language :: C++",
'Programming Language :: C++', "Programming Language :: Python :: Implementation :: CPython",
'Programming Language :: Python :: Implementation :: CPython', "Topic :: Scientific/Engineering",
'Topic :: Scientific/Engineering', "Topic :: Scientific/Engineering :: Image Recognition",
'Topic :: Scientific/Engineering :: Image Recognition', "Topic :: Software Development",
'Topic :: Software Development',
'Topic :: Software Development :: Libraries',
], ],
) )