We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4152891 commit 05e57ffCopy full SHA for 05e57ff
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