From 2065dd11de02497bbd0acb12e7ebce94ab6c3c8f Mon Sep 17 00:00:00 2001 From: AN Long Date: Thu, 21 May 2026 23:49:42 +0900 Subject: [PATCH] Update license metadata to SPDX string --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6dc2de..e30194c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [ {name = "wong2", email = "wonderfuly@gmail.com"}, {name = "AN Long", email = "aisk1988@gmail.com"} ] -license = {text = "MIT"} +license = "MIT" readme = "README.md" keywords = ["terminal", "gui"] requires-python = ">=3.8"