From e5ced8738859254224c304b2823920fc20fd2303 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Wed, 19 Feb 2025 14:02:10 +0100 Subject: [PATCH] Use SPDX license identifier --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f11add65..36998107 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,14 +3,14 @@ name = "Flask" version = "3.2.0.dev" description = "A simple framework for building complex web applications." readme = "README.md" -license = {file = "LICENSE.txt"} +license = "BSD-3-Clause" +license-files = ["LICENSE.txt"] maintainers = [{name = "Pallets", email = "contact@palletsprojects.com"}] classifiers = [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Flask", "Intended Audience :: Developers", - "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", @@ -44,7 +44,7 @@ dotenv = ["python-dotenv"] flask = "flask.cli:main" [build-system] -requires = ["flit_core<4"] +requires = ["flit_core>=3.11,<4"] build-backend = "flit_core.buildapi" [tool.flit.module]