From 9a2b8107dafe2d7f71bf3e73dd48538e0f64043f Mon Sep 17 00:00:00 2001 From: Jacob Bohlin Date: Mon, 2 Jun 2025 15:39:00 +0100 Subject: [PATCH] MLBEDSW-10743 Update license in pyproject.toml to use SPDX ID Change-Id: I6ed69ddf6ae8cd4826bce81ffc2e4c7d3dc21e5a Signed-off-by: Jacob Bohlin --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fb695aae..747bf612 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,11 +19,11 @@ name = "ethos-u-vela" description = "Neural network model compiler for Arm Ethos-U NPUs" requires-python = "~=3.9" authors = [{name = "Arm Ltd", email = "mlg-vela@arm.com"}] -license = {text= "Apache License 2.0"} +license = "Apache-2.0" +license-files = ["LICENSE.txt"] classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", - "License :: OSI Approved :: Apache Software License", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", @@ -33,7 +33,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Software Development :: Compilers", ] -keywords = ["ethos-u", "vela compiler", "tflite", "npu"] +keywords = ["ethos-u", "vela", "tosa", "tflite", "npu", "compiler"] # Third-party dependency versions are restricted based upon compatibility and security concerns. dependencies = [ "flatbuffers==24.3.25", -- GitLab