From e81497099c412d8ce8c98b4c46912ddad7ba5bde Mon Sep 17 00:00:00 2001 From: Gabriel Barrantes Date: Sun, 4 Jan 2026 10:18:54 -0600 Subject: [PATCH] Remove obsolete license classifier The license is already declared via SPDX (PEP 639); license Trove classifiers must not be used in that case. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6cf3f6c..040a401 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,6 @@ classifiers = [ "Framework :: Django :: 5.2", "Framework :: Django :: 6", "Intended Audience :: Developers", - "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content",