From 2cc26587c65161a53bca42e48665c2a1b42e2e57 Mon Sep 17 00:00:00 2001 From: Mike Taves Date: Mon, 29 Jun 2026 21:56:44 +1200 Subject: [PATCH] Apply PEP 639 for improved license metadata --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b8cc67d1e..cfe0cc412 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ authors = [ { name = "Dylan Anthony", email = "contact@dylananthony.com" }, ] -license = { text = "MIT" } +license = "MIT" requires-python = ">=3.11,<4.0" dependencies = [ "jinja2>=3.0.0,<4.0.0", @@ -25,7 +25,6 @@ keywords = [ ] classifiers = [ "Development Status :: 4 - Beta", - "License :: OSI Approved :: MIT License", "Intended Audience :: Developers", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.11",