Skip to content

Commit 421d20a

Browse files
cdce8pptmcg
authored andcommitted
Update license metadata to follow PEP 639
1 parent e4895d3 commit 421d20a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

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

55
[project]
66
name = "pyparsing"
77
authors = [{name = "Paul McGuire", email = "ptmcg.gm+pyparsing@gmail.com"}]
88
readme = "README.rst"
9-
license = { text = "MIT License" }
9+
license = "MIT"
10+
license-files = ["LICENSE"]
1011
dynamic = ["version", "description"]
1112
requires-python = ">=3.9"
1213
classifiers = [

0 commit comments

Comments
 (0)