From 1887d90c8cd55917557bf8229e0f5b66bb207835 Mon Sep 17 00:00:00 2001 From: Guillaume Boutry Date: Sat, 28 Feb 2026 18:23:16 +0100 Subject: [PATCH] fix: drop license classifier License classifiers have been deprecated in PEP-639, in the favor of the license and license-files fields. Fixes: #101 Signed-off-by: Guillaume Boutry --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b8a613..b31b076 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,6 @@ classifiers = [ "Framework :: Sphinx :: Domain", "Framework :: Sphinx :: Extension", "Intended Audience :: Developers", - "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.10",