From 5ef32d8fbe9e1fd3b5344745a944940770dcb60f Mon Sep 17 00:00:00 2001 From: Seo-Yoon Moon Date: Sun, 26 Apr 2026 23:21:07 -0400 Subject: [PATCH] chore: update author email in pyproject.toml Co-Authored-By: Claude Sonnet 4.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a8458cb..a310d74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.9" license = { text = "MIT" } license-files = ["LICENSE"] -authors = [{ name = "Seo-Yoon Moon", email = "smoon2@andrew.cmu.edu" }] +authors = [{ name = "Seo-Yoon Moon", email = "seoyoon5635@gmail.com" }] keywords = ["matplotlib", "jupyter", "visualization", "styling", "gui"] classifiers = [ "Development Status :: 3 - Alpha",