From d073df189c8865116dfd2f176715db8de95f2494 Mon Sep 17 00:00:00 2001 From: Nyakku Shigure Date: Tue, 17 Mar 2026 01:52:29 +0800 Subject: [PATCH] refactor: adopt PEP 639 license metadata --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 51180f5..36159a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,10 +7,10 @@ requires-python = ">=3.10" dependencies = [] authors = [{ name = "Nyakku Shigure", email = "sigure.qaq@gmail.com" }] keywords = [] -license = { text = "MIT" } +license = "MIT" +license-files = ["LICENSE"] classifiers = [ "Operating System :: OS Independent", - "License :: OSI Approved :: MIT License", "Typing :: Typed", "Programming Language :: Python", "Programming Language :: Python :: 3",