From 71202706612eb2a06efdb096d89e8eb3b0250376 Mon Sep 17 00:00:00 2001 From: Patrick Rauscher Date: Thu, 8 May 2025 13:49:39 +0200 Subject: [PATCH] replace pyprojects license information with PEP 639-compliant notation --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 44adeec8..2e4a3bd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,6 @@ classifiers = [ "Framework :: Django :: 4.2", "Framework :: Django :: 5.1", "Intended Audience :: Developers", - "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.9", @@ -30,7 +29,7 @@ dependencies = [ ] description = "Bootstrap 4 for Django" keywords = ["django", "bootstrap", "bootstrap4"] -license = {file = "LICENSE"} +license = "BSD-3-Clause" name = "django-bootstrap4" readme = "README.md" requires-python = ">=3.9"