From f105430ef333a4400bc56c8398abb5228aab717f Mon Sep 17 00:00:00 2001 From: Nyakku Shigure Date: Tue, 17 Mar 2026 01:51:45 +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 60834dc..9dd5428 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,9 +9,9 @@ readme = "README.md" requires-python = ">=3.10" authors = [{ name = "Nyakku Shigure", email = "sigure.qaq@gmail.com" }] keywords = ["codespan-reporting"] -license = { text = "MIT" } +license = "MIT" +license-files = ["LICENSE"] classifiers = [ - "License :: OSI Approved :: MIT License", "Programming Language :: Rust", "Programming Language :: Python", "Programming Language :: Python :: 3",