Skip to content

Commit 38fdeb2

Browse files
committed
Modernize license metadata
1 parent f9b2282 commit 38fdeb2

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,5 +1,5 @@
11
[build-system]
2-
requires = ["flit_core>=3.2.0,<4"]
2+
requires = ["flit_core>=3.12,<4"]
33
build-backend = "flit_core.buildapi"
44

55

@@ -11,7 +11,8 @@ authors = [
1111
]
1212
description = "Mdformat plugin for GitHub Flavored Markdown compatibility"
1313
readme = "README.md"
14-
license = { file = "LICENSE" }
14+
license = "MIT"
15+
license-files = ["LICENSE"]
1516
requires-python = ">=3.10"
1617
dependencies = [
1718
'mdformat >=0.7.5,<0.8.0',

0 commit comments

Comments
 (0)