From 765b09ba420282115b9305ec71af43131e32ee1d Mon Sep 17 00:00:00 2001 From: Tom Nijhof Date: Sun, 19 Oct 2025 22:23:10 +0200 Subject: [PATCH 1/2] Update license to SPDX standard --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6281ecf..36a2ee9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "parameterized" authors = [{name = "David Wolever", email = "david@wolever.net"}] -license = {text = "FreeBSD"} +license = {text = "bsd-2-clause-freebsd"} description = "Parameterized testing with any Python test framework" readme = "README.rst" requires-python = ">=3.7" @@ -29,4 +29,4 @@ universal = 1 [build-system] requires = ["setuptools>=61.2"] -build-backend = "setuptools.build_meta" \ No newline at end of file +build-backend = "setuptools.build_meta" From 49d0584999aed1fd1757f12346b835d349738ba8 Mon Sep 17 00:00:00 2001 From: Tom Nijhof Date: Tue, 18 Nov 2025 14:31:29 +0100 Subject: [PATCH 2/2] Remove legacy crully brackets --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 36a2ee9..3c8a48d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "parameterized" authors = [{name = "David Wolever", email = "david@wolever.net"}] -license = {text = "bsd-2-clause-freebsd"} +license = "bsd-2-clause-freebsd" description = "Parameterized testing with any Python test framework" readme = "README.rst" requires-python = ">=3.7"