update pyproject.toml license information for PEP 639

This commit is contained in:
Emily Soth 2025-03-27 16:35:20 -07:00
parent 36389be8eb
commit 4dc544565c
1 changed files with 2 additions and 2 deletions

View File

@ -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