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 1
1
[build-system ]
2
- requires = [" flit_core>=3.10 " ]
2
+ requires = [" flit_core>=3.11 " ]
3
3
build-backend = " flit_core.buildapi"
4
4
5
5
# project metadata
@@ -13,7 +13,10 @@ urls.Documentation = "https://www.sphinx-doc.org/"
13
13
urls.Download = " https://pypi.org/project/Sphinx/"
14
14
urls.Homepage = " https://www.sphinx-doc.org/"
15
15
urls."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
+ ]
17
20
requires-python = " >=3.11"
18
21
19
22
# Classifiers list: https://pypi.org/classifiers/
@@ -28,7 +31,6 @@ classifiers = [
28
31
" Intended Audience :: Other Audience" ,
29
32
" Intended Audience :: Science/Research" ,
30
33
" Intended Audience :: System Administrators" ,
31
- " License :: OSI Approved :: BSD License" ,
32
34
" Operating System :: OS Independent" ,
33
35
" Programming Language :: Python" ,
34
36
" Programming Language :: Python :: 3" ,
You can’t perform that action at this time.
0 commit comments