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"