Skip to content

Commit b2b038e

Browse files
authored
Convert license metadata to the PEP 639 format (#23)
The table form of `project.license` has been deprecated.
1 parent 8fba73a commit b2b038e

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
[dependency-groups]
@@ -17,7 +17,8 @@ version = "1.3.0"
1717
description = 'A tool for resolving PEP 735 Dependency Group data'
1818
readme = "README.rst"
1919
requires-python = ">=3.8"
20-
license = { text = "MIT" }
20+
license = "MIT"
21+
license-files = ["LICENSE.txt"]
2122
keywords = []
2223
authors = [
2324
{ name = "Stephen Rosen", email = "[email protected]" },

0 commit comments

Comments
 (0)