From 451d9e2253f9a3feea48bbd52ee1d6471a908115 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Thu, 23 Jan 2025 09:02:34 -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 6b9df54..d536aa6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Handling lines with arbitrary separators" readme = "README.rst" requires-python = ">=3.8" license = "MIT" -license-files = { paths = ["LICENSE"] } +license-files = ["LICENSE"] authors = [ { name = "John Thorvald Wodder II", email = "linesep@varonathe.org" } ] @@ -35,7 +35,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", "Operating System :: OS Independent", "Topic :: Text Processing",