From 6c7b5d84af53c4e25e9e59b61948c405cd53b6e5 Mon Sep 17 00:00:00 2001 From: Nyakku Shigure Date: Tue, 17 Mar 2026 01:50:54 +0800 Subject: [PATCH] :recycle: 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 81e02ee..7ab8141 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,10 +7,10 @@ requires-python = ">=3.10" dependencies = ["typing-extensions>=4.12.2"] 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", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10",