From 40fdf56b29b0f96c953a3e22e0501c58cd589aca Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Wed, 27 Aug 2025 15:05:17 -0400 Subject: [PATCH] Updated pyproject.toml to use new license format. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1ba77140e..c25b3497f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,14 +10,14 @@ authors = [{ name = "cmd2 Contributors" }] readme = "README.md" requires-python = ">=3.10" keywords = ["CLI", "cmd", "command", "interactive", "prompt", "Python"] -license = { file = "LICENSE" } +license = "MIT" +license-files = ["LICENSE"] classifiers = [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Operating System :: OS Independent", "Intended Audience :: Developers", "Intended Audience :: System Administrators", - "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",