Skip to content

Commit 7f323e7

Browse files
committed
updated license fields
1 parent c504ef5 commit 7f323e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name = "luxonis-ml"
33
description = "MLOps tools for training models for Luxonis devices"
44
readme = "README.md"
55
requires-python = ">=3.10"
6-
license = { file = "LICENSE" }
6+
license-files = ["LICENSE"]
7+
license = "Apache-2.0"
78
authors = [{ name = "Luxonis", email = "[email protected]" }]
89
maintainers = [{ name = "Luxonis", email = "[email protected]" }]
910
keywords = ["ml", "ops", "camera", "luxonis", "oak"]
1011
dynamic = ["dependencies", "optional-dependencies", "version"]
1112
classifiers = [
12-
"License :: OSI Approved :: Apache Software License",
1313
"Development Status :: 4 - Beta",
1414
"Programming Language :: Python :: 3.10",
1515
"Topic :: Scientific/Engineering :: Artificial Intelligence",

0 commit comments

Comments
 (0)