From 5b72a3f2105f0ec6b284d4258e2e9a63de70c516 Mon Sep 17 00:00:00 2001 From: vbarda Date: Tue, 18 Jun 2024 12:14:29 -0400 Subject: [PATCH] update authors --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 548e64293..5d76ae6be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "langgraph-monorepo" version = "0.0.1" description = "LangGraph monorepo" -authors = ["Your Name "] +authors = [] license = "MIT" readme = "README.md"