From 6ed34d784720f3c6b5ec63f4dd8a1a6ec92973dc Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 17 Jun 2024 14:05:51 +0200 Subject: Relicense as GPL-2.0-or-later MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 465193e..0b7b77c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" [project] name = "gemato" authors = [{name = "Michał Górny", email = "mgorny@gentoo.org"}] -license = {file = "COPYING"} +license = {text = "GPL-2.0-or-later"} readme = "README.rst" dynamic = ["version", "description"] classifiers = [ -- cgit v1.2.3