From 3f3e2c6f1c1dd304996ccda160d0ec58a83514c6 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Wed, 15 Mar 2023 12:12:09 +0000 Subject: [PATCH] fix: update authors --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d4748267c..156430caf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,10 +2,7 @@ name = "langflow" version = "0.0.31" description = "A Python package with a built-in web application" -authors = ["Ibis Prevedello ", - "Gabriel Almeida ", - "Otávio Anovazzi ", - "Lucas Eduoli "] packages = [ { include = "langflow_backend", from = "langflow/backend" }, ]