From 8eb1fd622d277a66f821caef343235aef409ece9 Mon Sep 17 00:00:00 2001 From: Gil Forsyth Date: Wed, 17 Jul 2024 07:43:08 -0700 Subject: [PATCH] chore(metadata): swap in shorter email address (#5604) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0384cb1f4..fa6e2688b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ name = "xonsh" dynamic = ["version", "readme"] description = "Python-powered shell. Full-featured and cross-platform." authors = [{ name = "Anthony Scopatz" }, { email = "scopatz@gmail.com" }] -maintainers = [{ name = "Xonsh Community" }, { email = "xonsh-email.d8c44838e5348844fa397b54d705ce30.show-sender.include-footer.include-quotes@streams.zulipchat.com" }] +maintainers = [{ name = "Xonsh Community" }, { email = "xonsh@gil.forsyth.dev" }] license = { text = "BSD 2-Clause License" } requires-python = ">=3.9" dependencies = [