Skip to content

Commit

Permalink
Use new-style license metadata for Flit itself
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Feb 8, 2025
1 parent 54b7aab commit 420e6cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ dependencies = [
]
requires-python = ">=3.8"
readme = "README.rst"
license = {file = "LICENSE"}
license = "BSD-3-Clause"
license-files = ["LICENSE"]
classifiers = ["Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 420e6cc

Please sign in to comment.