From 5d912932a96360b5779279eacee77d1553e8ba3e Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Thu, 23 Jan 2025 09:01:30 -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 bdfcc73..2220cee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Fork & clone a GitHub repository" readme = "README.rst" requires-python = ">=3.8" license = "MIT" -license-files = { paths = ["LICENSE"] } +license-files = ["LICENSE"] authors = [ { name = "John Thorvald Wodder II", email = "forklone@varonathe.org" } ] @@ -27,7 +27,6 @@ classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", - "License :: OSI Approved :: MIT License", "Environment :: Console", "Intended Audience :: Developers", "Topic :: Software Development :: Version Control :: Git",