From 85a7dbad9e57379272c4092656c3aa51acb984a2 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dbb1af5..d672ca2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,8 @@ name = "google-yamlfmt" version = "0.21.0" description = "A tool for formatting YAML files, yamlfmt from Google: https://github.com/google/yamlfmt" readme = "README.md" -license = { text = "MIT" } +license = "MIT" +license-files = ["LICENSE"] requires-python = ">=3.9" dependencies = []