diff --git a/pyproject.toml b/pyproject.toml index 0391c47029..97ffc68e07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,19 @@ requires-python = ">=3.10" license = { file = "LICENSE" } authors = [{ name = "Intel OpenVINO" }] +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Intended Audience :: Developers", + "License :: OSI Approved :: Apache Software License", + "Programming Language :: Python", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Topic :: Software Development :: Libraries", + "Topic :: Scientific/Engineering :: Artificial Intelligence", +] + # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # REQUIREMENTS # dependencies = [