Skip to content

Commit 7c6a3aa

Browse files
authored
chore: use PEP 639 license (#245)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 2caa1a0 commit 7c6a3aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

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

55
[project]
@@ -8,11 +8,12 @@ dynamic = ["version"]
88
description = "PEP 621 metadata parsing"
99
readme = "README.md"
1010
requires-python = ">=3.8"
11+
license = "MIT"
12+
license-files = ["LICENSE"]
1113
authors = [
1214
{ name = "Filipe Laíns", email = "[email protected]" },
1315
]
1416
classifiers = [
15-
"License :: OSI Approved :: MIT License",
1617
"Programming Language :: Python :: 3",
1718
"Programming Language :: Python :: 3 :: Only",
1819
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)