From 4d1b54c50583939ded2066cc6d071765629406e8 Mon Sep 17 00:00:00 2001 From: Florian Rupprecht <33600480+nx10@users.noreply.github.com> Date: Mon, 10 Nov 2025 11:19:27 -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 d087144..9d2f2b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "This project contains scripts to run the Graphomotor Protocol at authors = [ {name = "MoBI", email = "mobi@childmind.org"} ] -license = "LGPL-2.1" +license = "LGPL-2.1-only" readme = "README.md" requires-python = ">=3.12" dependencies = []