File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" flit_core>=3.10 " ]
2+ requires = [" flit_core>=3.11 " ]
33build-backend = " flit_core.buildapi"
44
55# project metadata
@@ -13,7 +13,10 @@ urls.Documentation = "https://www.sphinx-doc.org/"
1313urls.Download = " https://pypi.org/project/Sphinx/"
1414urls.Homepage = " https://www.sphinx-doc.org/"
1515urls."Issue tracker" = " https://github.com/sphinx-doc/sphinx/issues"
16- license.text = " BSD-2-Clause"
16+ license = " BSD-2-Clause"
17+ license-files = [
18+ " LICENSE.rst" ,
19+ ]
1720requires-python = " >=3.11"
1821
1922# Classifiers list: https://pypi.org/classifiers/
@@ -28,7 +31,6 @@ classifiers = [
2831 " Intended Audience :: Other Audience" ,
2932 " Intended Audience :: Science/Research" ,
3033 " Intended Audience :: System Administrators" ,
31- " License :: OSI Approved :: BSD License" ,
3234 " Operating System :: OS Independent" ,
3335 " Programming Language :: Python" ,
3436 " Programming Language :: Python :: 3" ,
You can’t perform that action at this time.
0 commit comments