File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 26
26
- " 3.10"
27
27
- " 3.11"
28
28
- " 3.12"
29
- - " 3.13-dev"
29
+ - " 3.13"
30
+ - " 3.14-dev"
30
31
fail-fast : false
31
32
32
33
steps :
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" flit_core>=3.7 " ]
2
+ requires = [" flit_core>=3.11 " ]
3
3
build-backend = " flit_core.buildapi"
4
4
5
5
# project metadata
@@ -12,7 +12,8 @@ urls.Code = "https://github.com/sphinx-doc/sphinxcontrib-qthelp/"
12
12
urls.Download = " https://pypi.org/project/sphinxcontrib-qthelp/"
13
13
urls.Homepage = " https://www.sphinx-doc.org/"
14
14
urls."Issue tracker" = " https://github.com/sphinx-doc/sphinx/issues/"
15
- license.text = " BSD-2-Clause"
15
+ license = " BSD-2-Clause"
16
+ license-files = [" LICENCE.rst" ]
16
17
requires-python = " >=3.9"
17
18
18
19
# Classifiers list: https://pypi.org/classifiers/
@@ -22,7 +23,6 @@ classifiers = [
22
23
" Environment :: Web Environment" ,
23
24
" Intended Audience :: Developers" ,
24
25
" Intended Audience :: Education" ,
25
- " License :: OSI Approved :: BSD License" ,
26
26
" Operating System :: OS Independent" ,
27
27
" Programming Language :: Python" ,
28
28
" Programming Language :: Python :: 3" ,
You can’t perform that action at this time.
0 commit comments