From f763579a538bda2b227dec59a92af2770b3f5990 Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Mon, 23 Oct 2023 14:49:40 -0700 Subject: [PATCH] Update package authors --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0ba7c22f..d316929f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,11 @@ name = "memgpt" version = "0.1.0" description = "Teaching LLMs memory management for unbounded context" -authors = ["Sarah Wooders "] +authors = [ + "Charles Packer ", + "Vivian Fang ", + "Sarah Wooders " +] license = "Apache License" readme = "README.md"