Skip to content

Commit e53fb83

Browse files
committed
Modernize license metadata
1 parent a0981f5 commit e53fb83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=69"]
2+
requires = ["setuptools>=77.0.3"]
33
build-backend = "setuptools.build_meta"
44

55

@@ -10,7 +10,8 @@ description = "CommonMark compliant Markdown formatter"
1010
authors = [
1111
{ name = "Taneli Hukkinen", email = "[email protected]" },
1212
]
13-
license = { file = "LICENSE" }
13+
license = "MIT"
14+
license-files = ["LICENSE"]
1415
requires-python = ">=3.10"
1516
dependencies = [
1617
'markdown-it-py>=1,<5',
@@ -19,7 +20,6 @@ dependencies = [
1920
readme = "README.md"
2021
classifiers = [
2122
"Environment :: Console",
22-
"License :: OSI Approved :: MIT License",
2323
"Operating System :: MacOS",
2424
"Operating System :: Microsoft :: Windows",
2525
"Operating System :: POSIX :: Linux",

0 commit comments

Comments
 (0)