From 1266e2a25321dec644953d731b584f62f2b78113 Mon Sep 17 00:00:00 2001 From: Nikita Sokovnin <49622375+sokovninn@users.noreply.github.com> Date: Tue, 12 Dec 2023 18:02:35 +0100 Subject: [PATCH] fix: pyproject classifiers --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c27ed4..15e8061 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ license = { file = "LICENSE" } maintainers = [{ name = "Luxonis", email = "support@luxonis.com"}] keywords = ["computer vision", "AI", "machine learning", "generative models"] classifiers = [ - "License :: Apache License 2.0", + "License :: OSI Approved :: Apache Software License", "Development Status :: 3 - Alpha", "Programming Language :: Python :: 3.8", "Intended Audience :: Developers",