1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: Remove deprecated license classifier.
Modern setuptools rejects the License classifier when a PEP 639
license expression is already present in pyproject.toml.
Author: Guillaume Boutry <guillaume.boutry@canonical.com>
Forwarded: https://github.com/sphinx-contrib/httpdomain/pull/102
Last-Update: 2026-02-28
Index: sphinxcontrib-httpdomain/pyproject.toml
===================================================================
--- sphinxcontrib-httpdomain.orig/pyproject.toml
+++ sphinxcontrib-httpdomain/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",
|