File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ Bug fixes
11
11
only when reruns are detected.
12
12
(`#287 <https://github.com/pytest-dev/pytest-rerunfailures/issues/287 >`_)
13
13
14
+ - Switched to using the SPDX license identifier in the project metadata.
15
+
14
16
15
17
15.0 (2024-11-20)
16
18
-----------------
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
2
build-backend = " setuptools.build_meta"
3
3
requires = [
4
- " setuptools>=40 " ,
4
+ " setuptools>=77 " ,
5
5
]
6
6
7
7
[tool .check-manifest ]
@@ -20,14 +20,13 @@ keywords = [
20
20
" pytest" ,
21
21
" rerun" ,
22
22
]
23
- license = { text = " Mozilla Public License 2.0 ( MPL 2.0) " }
23
+ license = " MPL- 2.0"
24
24
authors = [{
name =
" Leah Klearman" ,
email =
" [email protected] " }]
25
25
requires-python = " >=3.9"
26
26
classifiers = [
27
27
" Development Status :: 5 - Production/Stable" ,
28
28
" Framework :: Pytest" ,
29
29
" Intended Audience :: Developers" ,
30
- " License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)" ,
31
30
" Operating System :: MacOS :: MacOS X" ,
32
31
" Operating System :: Microsoft :: Windows" ,
33
32
" Operating System :: POSIX" ,
You can’t perform that action at this time.
0 commit comments