From 88f12d7c35f1987db19c1a5548ca81db71d7bad6 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 22 Nov 2023 12:07:30 -0500 Subject: [PATCH] chore(license): update to use spdx id Signed-off-by: Rui Chen --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3574d5e25c..8fc19dc5df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ name = "codespell" description = "Codespell" readme = { file = "README.rst", content-type = "text/x-rst" } requires-python = ">=3.8" -license = {text = "GPL v2"} +license = {text = "GPL-2.0-only"} authors = [ {name = "Lucas De Marchi", email = "lucas.de.marchi@gmail.com"}, ]