From a438f5034c944ca2fccfb06436bcff46365852f2 Mon Sep 17 00:00:00 2001 From: Alyssa Coghlan Date: Thu, 27 Feb 2025 14:46:41 +1000 Subject: [PATCH] Update project license metadata * License is MIT, not Apache 2.0 * Use SPDX license expression instead of trove classifiers * Explicitly specify license file location --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e6f02e9..a5fbd75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,10 +27,10 @@ dependencies = [ requires-python = ">=3.11" readme = "README.md" -license = {text = "Apache 2.0"} +license = "MIT" +license-files = ["LICENSE"] classifiers = [ "Development Status :: 5 - Production/Stable", - "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12",