From fca4267902f45ca6bc2d25921297f00d9543a6e6 Mon Sep 17 00:00:00 2001 From: Eivind Jahren Date: Tue, 12 May 2026 12:11:58 +0200 Subject: [PATCH] Fix license in project.toml In order to comply with https://peps.python.org/pep-0639 --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8439a4fb..5606c172 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,12 +15,11 @@ authors = [ { name = "National Renewable Energy Laboratory (NREL)" }, ] readme = "README.md" -license = {text = "Apache 2.0"} +license = "Apache-2.0" dynamic = ["version", "dependencies"] classifiers = ['Intended Audience :: Science/Research', 'Natural Language :: English', - 'License :: OSI Approved :: Apache Software License', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 3.11',