We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4895d3 commit 421d20aCopy full SHA for 421d20a
1 file changed
pyproject.toml
@@ -1,12 +1,13 @@
1
[build-system]
2
-requires = ["flit_core >=3.2,<4"]
+requires = ["flit_core >=3.12,<4"]
3
build-backend = "flit_core.buildapi"
4
5
[project]
6
name = "pyparsing"
7
authors = [{name = "Paul McGuire", email = "ptmcg.gm+pyparsing@gmail.com"}]
8
readme = "README.rst"
9
-license = { text = "MIT License" }
+license = "MIT"
10
+license-files = ["LICENSE"]
11
dynamic = ["version", "description"]
12
requires-python = ">=3.9"
13
classifiers = [
0 commit comments