From 43f215dbe601a5e2d00c09509b47fd155870df09 Mon Sep 17 00:00:00 2001 From: Community Contributor Date: Mon, 23 Mar 2026 22:25:59 +0800 Subject: [PATCH] build: remove deprecated license classifier Since license = "Apache-2.0" is already set as an SPDX expression, the License :: OSI Approved :: Apache Software License classifier is redundant and causes setuptools deprecation warnings. Fixes #523 --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 447c639e..21f929c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,6 @@ authors = [ ] classifiers = [ "Intended Audience :: Developers", - "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only",