Skip to content

Commit 420e6cc

Browse files
committed
Use new-style license metadata for Flit itself
1 parent 54b7aab commit 420e6cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ dependencies = [
1616
]
1717
requires-python = ">=3.8"
1818
readme = "README.rst"
19-
license = {file = "LICENSE"}
19+
license = "BSD-3-Clause"
20+
license-files = ["LICENSE"]
2021
classifiers = ["Intended Audience :: Developers",
2122
"License :: OSI Approved :: BSD License",
2223
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)