Skip to content

Commit 6be2054

Browse files
committed
Switch license metadata to the PEP 639 format
License classifiers and the table form of `license` are now deprecated.
1 parent 10093cd commit 6be2054

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
@@ -8,11 +8,11 @@ authors = [
88
{name = "Thomas Kluyver", email = "thomas@kluyver.me.uk"},
99
]
1010
readme = "README.rst"
11-
license = {file = "LICENSE"}
11+
license = "MIT"
12+
license-files = ["LICENSE"]
1213
requires-python = ">=3.8"
1314
dependencies = []
1415
classifiers = [
15-
"License :: OSI Approved :: MIT License",
1616
"Programming Language :: Python :: 3",
1717
"Programming Language :: Python :: 3 :: Only",
1818
]

0 commit comments

Comments
 (0)