From 64c123bc0df96f518107a207d4ba234c8c31b251 Mon Sep 17 00:00:00 2001 From: Samet Akcay Date: Fri, 24 May 2024 10:30:10 +0100 Subject: [PATCH] Update `pyproject.toml` so `liccheck` can pick the license (#2074) * Update pyproject.toml * Update pyproject.toml --- pyproject.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 = [