diff options
| author | 2026-05-05 18:14:20 +0800 | |
|---|---|---|
| committer | 2026-05-05 18:14:20 +0800 | |
| commit | e5732779879a1498f68a7e5e3a8840d8c978bb89 (patch) | |
| tree | f15bb1fbc6366b87e0977a1698f294a23a95c8c4 | |
| parent | 0f79436fe2e8dec411011314f758fd6bdae7ea6e (diff) | |
| download | conventional_role_play-e5732779879a1498f68a7e5e3a8840d8c978bb89.tar.gz conventional_role_play-e5732779879a1498f68a7e5e3a8840d8c978bb89.zip | |
chore: Update author email in pyproject.toml
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 6c4871d..f2faf50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "maturin" name = "conventionalrp" dynamic = ["version"] description = "HydroRoll Conventional Role Play SDK" -authors = [{ name = "HsiangNianian", email = "leader@hydroroll.team" }] +authors = [{ name = "HsiangNianian", email = "hsiangnianian@gmail.com" }] dependencies = [ "base-model-trpgner>=0.1.6", "graphviz>=0.21", |