From 29dff416ed235fbf1a89912d2eeb08689bf425e9 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sun, 17 Nov 2024 19:14:25 +0100 Subject: [PATCH 1/2] Use SPDX license identifier --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 33473f8c30..b5933b25d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "Flask" version = "3.1.0" description = "A simple framework for building complex web applications." readme = "README.md" -license = {file = "LICENSE.txt"} +license = {text = "BSD-3-Clause"} maintainers = [{name = "Pallets", email = "contact@palletsprojects.com"}] classifiers = [ "Development Status :: 5 - Production/Stable", From 568b3f73420a7521014b35b14da3bac437ee090c Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Mon, 18 Nov 2024 02:13:53 +0100 Subject: [PATCH 2/2] Include license file again --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b5933b25d9..2f9abc60b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,6 +58,7 @@ include = [ "tests/", "CHANGES.rst", "CONTRIBUTING.rst", + "LICENSE.txt", "tox.ini", ] exclude = [