From 7c4f47651f51b973c00e961a7db5f1ed9d34ca0a Mon Sep 17 00:00:00 2001 From: Stanislav Filin Date: Sat, 10 Feb 2024 16:19:44 +0000 Subject: [PATCH] fix: fix License Signed-off-by: Stanislav Filin --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 235042d..596e40e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", "Framework :: Django", "Operating System :: OS Independent", - "License :: OSI Approved :: The 3-Clause BSD License (BSD-3-Clause)", + "License :: OSI Approved :: BSD License", ] [tool.poetry.urls]