From 1f02938a4fbe71e17c1a942ba94c8dd33d80d450 Mon Sep 17 00:00:00 2001
From: "Michiel W. Beijen" <mb@x14.nl>
Date: Sun, 1 Dec 2024 18:28:24 +0100
Subject: [PATCH] Implement PEP 639 licence tags in pyproject.toml
---
pyproject.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index 86ea7393ec..3f2ce56cfd 100644
a
|
b
|
authors = [
|
16 | 16 | ] |
17 | 17 | description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." |
18 | 18 | readme = "README.rst" |
19 | | license = {text = "BSD-3-Clause"} |
| 19 | license = "BSD-3-Clause" |
| 20 | license-files = ["LICENSE", "LICENSE.python"] |
20 | 21 | classifiers = [ |
21 | 22 | "Development Status :: 2 - Pre-Alpha", |
22 | 23 | "Environment :: Web Environment", |
23 | 24 | "Framework :: Django", |
24 | 25 | "Intended Audience :: Developers", |
25 | | "License :: OSI Approved :: BSD License", |
26 | 26 | "Operating System :: OS Independent", |
27 | 27 | "Programming Language :: Python", |
28 | 28 | "Programming Language :: Python :: 3", |