Skip to content

Commit b74e549

Browse files
committed
chore: update metadata
Given I have written the `v3` submodule, I have added myself into the list of authors. Signed-off-by: JP-Ellis <josh@jpellis.me>
1 parent 1766055 commit b74e549

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ name = "pact-python"
33
description = "Tool for creating and verifying consumer-driven contracts using the Pact framework."
44
dynamic = ["version"]
55

6-
authors = [{ name = "Matthew Balvanz", email = "matthew.balvanz@workiva.com" }]
6+
authors = [
7+
{ name = "Matthew Balvanz", email = "matthew.balvanz@workiva.com" },
8+
{ name = "Joshua Ellis", email = "josh@jpellis.me" },
9+
]
710
maintainers = [{ name = "Joshua Ellis", email = "josh@jpellis.me" }]
811

912
readme = "README.md"

0 commit comments

Comments
 (0)