Skip to content

Commit

Permalink
Add maintainers to pyproject.toml (#535)
Browse files Browse the repository at this point in the history
Signed-off-by: Sambhav Kothari <[email protected]>
  • Loading branch information
sambhav authored Mar 30, 2023
1 parent 5cb5559 commit 7ad187d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name = "hera" # project-name
version = "0.0.0-dev"
description = "Hera is a Python framework for constructing and submitting Argo Workflows. The main goal of Hera is to make Argo Workflows more accessible by abstracting away some setup that is typically necessary for constructing Argo workflows."
authors = ["Flaviu Vadan <[email protected]>", "Sambhav Kothari <[email protected]>", "Elliot Gunton <[email protected]>"]
maintainers = ["Flaviu Vadan <[email protected]>", "Sambhav Kothari <[email protected]>", "Elliot Gunton <[email protected]>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/argoproj-labs/hera"
Expand Down

0 comments on commit 7ad187d

Please sign in to comment.