Skip to content

Commit fa871d6

Browse files
committed
Use SPDX license identifier
1 parent d0ff1d4 commit fa871d6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGES.rst

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Bug fixes
1111
only when reruns are detected.
1212
(`#287 <https://github.com/pytest-dev/pytest-rerunfailures/issues/287>`_)
1313

14+
- Switched to using the SPDX license identifier in the project metadata.
15+
1416

1517
15.0 (2024-11-20)
1618
-----------------

pyproject.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
build-backend = "setuptools.build_meta"
33
requires = [
4-
"setuptools>=40",
4+
"setuptools>=77",
55
]
66

77
[tool.check-manifest]
@@ -20,14 +20,13 @@ keywords = [
2020
"pytest",
2121
"rerun",
2222
]
23-
license = {text = "Mozilla Public License 2.0 (MPL 2.0)"}
23+
license = "MPL-2.0"
2424
authors = [{name = "Leah Klearman", email = "[email protected]"}]
2525
requires-python = ">=3.9"
2626
classifiers = [
2727
"Development Status :: 5 - Production/Stable",
2828
"Framework :: Pytest",
2929
"Intended Audience :: Developers",
30-
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
3130
"Operating System :: MacOS :: MacOS X",
3231
"Operating System :: Microsoft :: Windows",
3332
"Operating System :: POSIX",

0 commit comments

Comments
 (0)