From cab5b4e8a79e9550f6c51f72888490451d02d91c Mon Sep 17 00:00:00 2001 From: Florian Rupprecht <33600480+nx10@users.noreply.github.com> Date: Mon, 10 Nov 2025 11:19:39 -0500 Subject: [PATCH] Fix deprecated SPDX license identifiers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit LGPL-2.1 → LGPL-2.1-only --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 53243f1..ad52dff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Sandbox for synthetic data generation and evaluation" authors = [ {name = "Alp Erkent", email = "alp.erkent@childmind.org"}, ] -license = "LGPL-2.1" +license = "LGPL-2.1-only" readme = "README.md" requires-python = ">=3.11" dependencies = [