File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=69 " ]
2+ requires = [" setuptools>=77.0.3 " ]
33build-backend = " setuptools.build_meta"
44
55
@@ -10,7 +10,8 @@ description = "CommonMark compliant Markdown formatter"
1010authors = [
1111 {
name =
" Taneli Hukkinen" ,
email =
" [email protected] " },
1212]
13- license = { file = " LICENSE" }
13+ license = " MIT"
14+ license-files = [" LICENSE" ]
1415requires-python = " >=3.10"
1516dependencies = [
1617 ' markdown-it-py>=1,<5' ,
@@ -19,7 +20,6 @@ dependencies = [
1920readme = " README.md"
2021classifiers = [
2122 " Environment :: Console" ,
22- " License :: OSI Approved :: MIT License" ,
2323 " Operating System :: MacOS" ,
2424 " Operating System :: Microsoft :: Windows" ,
2525 " Operating System :: POSIX :: Linux" ,
You can’t perform that action at this time.
0 commit comments