We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b2282 commit 38fdeb2Copy full SHA for 38fdeb2
1 file changed
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["flit_core>=3.2.0,<4"]
+requires = ["flit_core>=3.12,<4"]
3
build-backend = "flit_core.buildapi"
4
5
@@ -11,7 +11,8 @@ authors = [
11
]
12
description = "Mdformat plugin for GitHub Flavored Markdown compatibility"
13
readme = "README.md"
14
-license = { file = "LICENSE" }
+license = "MIT"
15
+license-files = ["LICENSE"]
16
requires-python = ">=3.10"
17
dependencies = [
18
'mdformat >=0.7.5,<0.8.0',
0 commit comments