From 4dc544565c9ba44c5ee1bad4a813867b81c7bc7e Mon Sep 17 00:00:00 2001 From: Emily Soth Date: Thu, 27 Mar 2025 16:35:20 -0700 Subject: [PATCH] update pyproject.toml license information for PEP 639 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c633cf01f..0ece85852 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,8 @@ name = "natcap.invest" description = "InVEST Ecosystem Service models" readme = "README_PYTHON.rst" requires-python = ">=3.9" -license = {file = "LICENSE.txt"} +license = "Apache-2.0" +license-files = ["LICENSE.txt"] maintainers = [ {name = "Natural Capital Project Software Team"} ] @@ -23,7 +24,6 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Cython", - "License :: OSI Approved :: BSD License", "Topic :: Scientific/Engineering :: GIS" ] # the version is provided dynamically by setuptools_scm