Skip to content

Commit 3064a77

Browse files
authored
Use SPDX license identifier (#289)
1 parent d0ff1d4 commit 3064a77

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ repos:
2828
- id: pyproject-fmt
2929
additional_dependencies: [ tox ]
3030
- repo: https://github.com/abravalheri/validate-pyproject
31-
rev: v0.16
31+
rev: v0.24.1
3232
hooks:
3333
- id: validate-pyproject

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,13 @@ keywords = [
2020
"pytest",
2121
"rerun",
2222
]
23-
license = {text = "Mozilla Public License 2.0 (MPL 2.0)"}
23+
license.text = "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)