Skip to content

Commit a9af158

Browse files
authored
Merge pull request #220 from SpecLad/pep-639
Switch license metadata to the PEP 639 format
2 parents 8b1fe0a + f52595a commit a9af158

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)