From c779eea6ecbf184f5a7783e1da51c43ace7219cd Mon Sep 17 00:00:00 2001 From: Samet Akcay Date: Mon, 20 May 2024 12:43:47 +0100 Subject: [PATCH 1/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 69b767601a..2e0e48647a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dynamic = ["version"] readme = "README.md" description = "anomalib - Anomaly Detection Library" requires-python = ">=3.10" -license = { file = "LICENSE" } +license = { file = "LICENSE", text = "Apache-2.0" } authors = [{ name = "Intel OpenVINO" }] # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # From f6b3568ef9168300185b67aa217c0119d8ed624c Mon Sep 17 00:00:00 2001 From: Samet Akcay Date: Mon, 20 May 2024 13:39:25 +0100 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e0e48647a..59e3a4a413 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,9 +10,22 @@ dynamic = ["version"] readme = "README.md" description = "anomalib - Anomaly Detection Library" requires-python = ">=3.10" -license = { file = "LICENSE", text = "Apache-2.0" } +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 = [