From f5e9413a7bb4de4c33acc07bb650066b1a11e738 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Thu, 23 Jan 2025 09:02:05 -0500 Subject: [PATCH] Update for PEP 639 --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 048f672..0cc3c98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Yield from multiple iterators as values become available" readme = "README.rst" requires-python = ">=3.8" license = "MIT" -license-files = { paths = ["LICENSE"] } +license-files = ["LICENSE"] authors = [ { name = "John Thorvald Wodder II", email = "interleave@varonathe.org" } ] @@ -31,7 +31,6 @@ classifiers = [ "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", - "License :: OSI Approved :: MIT License", "Intended Audience :: Developers", "Topic :: Utilities", "Typing :: Typed",