From f4318176946813f25e8c17d94d77624d6001592a Mon Sep 17 00:00:00 2001 From: Flaviu Vadan Date: Mon, 3 Jun 2024 10:31:31 -0700 Subject: [PATCH] Update pyproject.toml (#1086) Signed-off-by: Flaviu Vadan --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8b8a96bac..b72cc910b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,8 @@ name = "hera" # project-name # The version is automatically substituted by the CI 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 ", "Sambhav Kothari ", "Elliot Gunton "] -maintainers = ["Flaviu Vadan ", "Sambhav Kothari ", "Elliot Gunton "] +authors = ["Flaviu Vadan ", "Sambhav Kothari ", "Elliot Gunton "] +maintainers = ["Flaviu Vadan ", "Sambhav Kothari ", "Elliot Gunton "] license = "Apache-2.0" readme = "README.md" homepage = "https://github.com/argoproj-labs/hera"