File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" flit_core>=3.7 " ]
2+ requires = [" flit_core >= 3.10, <4 " ]
33build-backend = " flit_core.buildapi"
44
55# project metadata
@@ -12,14 +12,14 @@ urls.Code = "https://github.com/sphinx-doc/sphinx-argparse/"
1212urls.Download = " https://pypi.org/project/sphinx-argparse/"
1313urls.Homepage = " https://sphinx-argparse.readthedocs.io/"
1414urls."Issue tracker" = " https://github.com/sphinx-doc/sphinx-argparse/issues"
15- license.text = " MIT"
15+ license = " MIT"
16+ license-files = [" LICENSE.rst" ]
1617requires-python = " >=3.10"
1718
1819# Classifiers list: https://pypi.org/classifiers/
1920classifiers = [
2021 " Development Status :: 5 - Production/Stable" ,
2122 " Environment :: Console" ,
22- " License :: OSI Approved :: MIT License" ,
2323 " Operating System :: OS Independent" ,
2424 " Programming Language :: Python" ,
2525 " Programming Language :: Python :: 3" ,
@@ -73,7 +73,7 @@ name = "sphinxarg"
7373
7474[tool .flit .sdist ]
7575include = [
76- " LICENCE .rst" ,
76+ " LICENSE .rst" ,
7777 # Documentation
7878 " docs/" ,
7979 # Tests
You can’t perform that action at this time.
0 commit comments