Skip to content

Commit 93b5abb

Browse files
committed
Add Sushant as author, correct email addresses
1 parent 8e1e609 commit 93b5abb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,12 @@ dependencies = [
2828
"tomlkit>=0.13.2",
2929
]
3030
authors = [
31-
{name = "Tom Schraitle", email = "[email protected]"},
31+
{name = "Tom Schraitle", email = "[email protected]"},
32+
{name = "Sushant Gaurav", email = "[email protected]"},
3233
]
3334
maintainers = [
34-
{name = "Tom Schraitle", email = "[email protected]"},
35+
{name = "Tom Schraitle", email = "[email protected]"},
36+
{name = "Sushant Gaurav", email = "[email protected]"},
3537
]
3638
dynamic = ["version",]
3739
classifiers = [

0 commit comments

Comments
 (0)