We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2caa1a0 commit 7c6a3aaCopy full SHA for 7c6a3aa
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["flit-core"]
+requires = ["flit-core>=3.11"]
3
build-backend = "flit_core.buildapi"
4
5
[project]
@@ -8,11 +8,12 @@ dynamic = ["version"]
8
description = "PEP 621 metadata parsing"
9
readme = "README.md"
10
requires-python = ">=3.8"
11
+license = "MIT"
12
+license-files = ["LICENSE"]
13
authors = [
14
{ name = "Filipe Laíns", email = "lains@riseup.net" },
15
]
16
classifiers = [
- "License :: OSI Approved :: MIT License",
17
"Programming Language :: Python :: 3",
18
"Programming Language :: Python :: 3 :: Only",
19
"Programming Language :: Python :: 3.8",
0 commit comments