Use SPDX license identifier

This commit is contained in:
Marc Mueller 2025-02-19 14:02:10 +01:00
parent f61172b8dd
commit e5ced87388

View file

@ -3,14 +3,14 @@ name = "Flask"
version = "3.2.0.dev" version = "3.2.0.dev"
description = "A simple framework for building complex web applications." description = "A simple framework for building complex web applications."
readme = "README.md" readme = "README.md"
license = {file = "LICENSE.txt"} license = "BSD-3-Clause"
license-files = ["LICENSE.txt"]
maintainers = [{name = "Pallets", email = "contact@palletsprojects.com"}] maintainers = [{name = "Pallets", email = "contact@palletsprojects.com"}]
classifiers = [ classifiers = [
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",
"Environment :: Web Environment", "Environment :: Web Environment",
"Framework :: Flask", "Framework :: Flask",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Programming Language :: Python", "Programming Language :: Python",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: Dynamic Content",
@ -44,7 +44,7 @@ dotenv = ["python-dotenv"]
flask = "flask.cli:main" flask = "flask.cli:main"
[build-system] [build-system]
requires = ["flit_core<4"] requires = ["flit_core>=3.11,<4"]
build-backend = "flit_core.buildapi" build-backend = "flit_core.buildapi"
[tool.flit.module] [tool.flit.module]