From b5e7da17c67e8cc36392f501f7c1b552249d91f8 Mon Sep 17 00:00:00 2001 From: Gotham-Zolio <18781106300@163.com> Date: Sun, 13 Sep 2026 16:48:56 -0400 Subject: [PATCH] docs: list Zuo Gou as an author of the documentation site The other three PlugRL packages already name both authors. This one named only Chenhao Lu, which left the site's own metadata disagreeing with the code it documents. Added in the same form the other packages use - name only, no contact address. Co-Authored-By: Claude Opus 5 (1M context) --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc9b412..8a69c23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,8 @@ name = "plugrl-docs" version = "0.1.0" description = "" authors = [ - {name = "Chenhao Lu", email = "luch21@mails.tsinghua.edu.cn"} + {name = "Chenhao Lu", email = "luch21@mails.tsinghua.edu.cn"}, + {name = "Zuo Gou"} ] license = "Apache-2.0" readme = "README.md"