From e92515d66881ecab499cec82de251e127a7fb897 Mon Sep 17 00:00:00 2001 From: bryan Date: Thu, 22 May 2025 09:10:52 -0700 Subject: [PATCH] update license field format --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 49a5ad8..3388603 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta" [project] name = "aedifix" authors = [{name = "NVIDIA Corporation"}] -license = "Apache-2.0" +license = {text = "Apache-2.0"} description = "aedifix - Build system for Legate libraries" classifiers = [ "Intended Audience :: Developers",