Skip to content

Commit

Permalink
Use SPDX license identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Nov 17, 2024
1 parent bc09840 commit 29dff41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"}]
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 29dff41

Please sign in to comment.