From be916c692682a157c4fcf1e9bb8df17b727636ab Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Tue, 11 Feb 2025 12:47:39 -0600 Subject: [PATCH] Use SPDX license identifier in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5c0a55afd..fc540c9df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ readme = { file = "README.md", content-type = "text/markdown" } authors = [ { name = "NVIDIA Corporation" }, ] -license = { text = "Apache 2.0" } +license = "Apache-2.0" requires-python = ">=3.10" classifiers = [ "Development Status :: 4 - Beta",