From be553b66e7a5645f322f889298987d25df35a892 Mon Sep 17 00:00:00 2001 From: Vivian Fang Date: Mon, 23 Oct 2023 17:49:20 -0700 Subject: [PATCH] update authors --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 93938b1f..3020ac3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,9 +8,9 @@ description = "Teaching LLMs memory management for unbounded context" authors = [ "Charles Packer ", "Vivian Fang ", - "Sarah Wooders " + "Sarah Wooders ", "Shishir Patil ", - "Kevin Lin ", + "Kevin Lin " ] license = "Apache License" readme = "README.md"