Skip to content

Commit 42fc7f2

Browse files
update project authors/maintainers
1 parent 65b4f59 commit 42fc7f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[build-system]
22
requires = [
3-
# sync with setup.py until we discard non-pep-517/518
43
"setuptools>=65.0",
54
"setuptools-scm[toml]>=8.0",
65
]
@@ -9,7 +8,8 @@ build-backend = "setuptools.build_meta"
98
[project]
109
name = "pluggy"
1110
license = {text = "MIT"}
12-
authors = [{name = "Holger Krekel", email = "[email protected]"}]
11+
authors = [{name = "Holger Krekel"}]
12+
maintainers = [{name="pytest core team", email="[email protected]"}]
1313
classifiers = [
1414
"Development Status :: 6 - Mature",
1515
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)