Skip to content

Commit 001ba9b

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ 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",
21-
"License :: OSI Approved :: BSD License",
2222
"Programming Language :: Python :: 3",
2323
"Topic :: Software Development :: Libraries :: Python Modules",
2424
]

0 commit comments

Comments
 (0)