We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1766055 commit b74e549Copy full SHA for b74e549
pyproject.toml
@@ -3,7 +3,10 @@ name = "pact-python"
3
description = "Tool for creating and verifying consumer-driven contracts using the Pact framework."
4
dynamic = ["version"]
5
6
-authors = [{ name = "Matthew Balvanz", email = "matthew.balvanz@workiva.com" }]
+authors = [
7
+ { name = "Matthew Balvanz", email = "matthew.balvanz@workiva.com" },
8
+ { name = "Joshua Ellis", email = "josh@jpellis.me" },
9
+]
10
maintainers = [{ name = "Joshua Ellis", email = "josh@jpellis.me" }]
11
12
readme = "README.md"
0 commit comments