From b96c0cef35d9540e5851753fc8d1f6a509c05abf 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 a5be93a..4a51295 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,10 +6,10 @@ readme = "README.md" requires-python = ">=3.12" authors = [{ name = "Nyakku Shigure", email = "sigure.qaq@gmail.com" }] keywords = ["watch", "sync"] -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.12",