From b69535239b845fb4a555ef3b392fe20195761257 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Thu, 23 Jan 2025 09:00:43 -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 feaa79a..63a74ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Parse Apache access logs" readme = "README.rst" requires-python = ">=3.8" license = "MIT" -license-files = { paths = ["LICENSE"] } +license-files = ["LICENSE"] authors = [ { name = "John Thorvald Wodder II", email = "apachelogs@varonathe.org" } ] @@ -32,7 +32,6 @@ classifiers = [ "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", - "License :: OSI Approved :: MIT License", "Intended Audience :: System Administrators", "Topic :: Internet :: WWW/HTTP :: HTTP Servers", "Topic :: System :: Logging",