Skip to content

Commit f52595a

Browse files
SpecLadtakluyver
authored andcommitted
Switch license metadata to the PEP 639 format
License classifiers and the table form of `license` are now deprecated.
1 parent 8b1fe0a commit f52595a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["flit_core >=3.2,<4"]
2+
requires = ["flit_core >=3.11,<4"]
33
build-backend = "flit_core.buildapi"
44

55
[project]
@@ -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)