From 845664d8f4c5bca54730e2a19d4b9d6d08e6d17e Mon Sep 17 00:00:00 2001 From: Tomer Keshet Date: Mon, 3 Jun 2024 14:46:14 +0300 Subject: [PATCH] changed to arik as author of robusta-api --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e89d0b422..6ed8d3455 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "robusta-api" version = "0.0.0" description = "" -authors = ["Natan Yellin "] +authors = ["Arik Alon "] packages = [ { include = "robusta", from = "src" }, ]