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 8fba73a commit b2b038eCopy full SHA for b2b038e
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
[dependency-groups]
@@ -17,7 +17,8 @@ version = "1.3.0"
17
description = 'A tool for resolving PEP 735 Dependency Group data'
18
readme = "README.rst"
19
requires-python = ">=3.8"
20
-license = { text = "MIT" }
+license = "MIT"
21
+license-files = ["LICENSE.txt"]
22
keywords = []
23
authors = [
24
{ name = "Stephen Rosen", email = "[email protected]" },
0 commit comments