From 753cd22b88025f81b54d78823d2bd24dc5155aba Mon Sep 17 00:00:00 2001 From: mcflugen Date: Sun, 29 Mar 2026 09:46:55 -0600 Subject: [PATCH] update license metadata for PEP639 --- pyproject.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1b8f598..771989e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,6 +2,8 @@ name = "bmipy" requires-python = ">=3.10" description = "Basic Model Interface for Python" +license = "MIT" +license-files = ["LICENSE"] keywords = [ "BMI", "Basic Model Interface", @@ -15,7 +17,6 @@ maintainers = [ classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", - "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.10", @@ -33,9 +34,6 @@ dynamic = [ "readme", ] -[project.license] -text = "MIT" - [project.scripts] bmipy-render = "bmipy._cmd:main"