We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b4f59 commit 42fc7f2Copy full SHA for 42fc7f2
pyproject.toml
@@ -1,6 +1,5 @@
1
[build-system]
2
requires = [
3
- # sync with setup.py until we discard non-pep-517/518
4
"setuptools>=65.0",
5
"setuptools-scm[toml]>=8.0",
6
]
@@ -9,7 +8,8 @@ build-backend = "setuptools.build_meta"
9
8
[project]
10
name = "pluggy"
11
license = {text = "MIT"}
12
-authors = [{name = "Holger Krekel", email = "holger@merlinux.eu"}]
+authors = [{name = "Holger Krekel"}]
+maintainers = [{name="pytest core team", email="core@pytest.org"}]
13
classifiers = [
14
"Development Status :: 6 - Mature",
15
"Intended Audience :: Developers",
0 commit comments