Skip to content

Commit 14f1efe

Browse files
committed
Use SPDX license identifier
1 parent 10941ba commit 14f1efe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

changelog/1190.trivial.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Switched to using a SPDX license identifier introduced in PEP 639.

pyproject.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools>=61.2",
3+
"setuptools>=77.0",
44
"setuptools-scm[toml]>=6.2.3",
55
]
66
build-backend = "setuptools.build_meta"
@@ -9,13 +9,12 @@ build-backend = "setuptools.build_meta"
99
name = "pytest-xdist"
1010
description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs"
1111
readme = "README.rst"
12-
license = {file="LICENSE"}
12+
license = "MIT"
1313
authors = [{name = "holger krekel and contributors", email = "[email protected]"}, {email = "[email protected]"}]
1414
classifiers = [
1515
"Development Status :: 5 - Production/Stable",
1616
"Framework :: Pytest",
1717
"Intended Audience :: Developers",
18-
"License :: OSI Approved :: MIT License",
1918
"Operating System :: POSIX",
2019
"Operating System :: Microsoft :: Windows",
2120
"Operating System :: MacOS :: MacOS X",

0 commit comments

Comments
 (0)