From 9993c8da52ca50ab4ef06ff69bda2a45d9191160 Mon Sep 17 00:00:00 2001 From: Yongze Yin Date: Sat, 13 Apr 2024 16:01:33 -0500 Subject: [PATCH] Update email address --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f82f3bd..84dfc2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,10 +15,10 @@ dependencies = [ "dendropy", ] authors = [ - {name = "Yongze Yin", email = "yy40@rice.edu"}, + {name = "Yongze Yin", email = "yy70@rice.edu"}, ] maintainers = [ - {name = "Yongze Yin", email = "yy40@rice.edu"}, + {name = "Yongze Yin", email = "yy70@rice.edu"}, ] readme = {file = "README.txt", content-type = "text/markdown"} license = {file = "LICENSE"}