We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0981f5 commit e53fb83Copy full SHA for e53fb83
1 file changed
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["setuptools>=69"]
+requires = ["setuptools>=77.0.3"]
3
build-backend = "setuptools.build_meta"
4
5
@@ -10,7 +10,8 @@ description = "CommonMark compliant Markdown formatter"
10
authors = [
11
{ name = "Taneli Hukkinen", email = "hukkin@users.noreply.github.com" },
12
]
13
-license = { file = "LICENSE" }
+license = "MIT"
14
+license-files = ["LICENSE"]
15
requires-python = ">=3.10"
16
dependencies = [
17
'markdown-it-py>=1,<5',
@@ -19,7 +20,6 @@ dependencies = [
19
20
readme = "README.md"
21
classifiers = [
22
"Environment :: Console",
- "License :: OSI Approved :: MIT License",
23
"Operating System :: MacOS",
24
"Operating System :: Microsoft :: Windows",
25
"Operating System :: POSIX :: Linux",
0 commit comments