From 2eccb020e3947e6a739a66012ed7585fac53d8dc Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Tue, 5 Nov 2024 09:37:03 -0500 Subject: [PATCH] DOC: Update pyproject.toml email --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6356037..7877d0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "multiscale_spatial_image" description = "Generate a multiscale, chunked, multi-dimensional spatial image data structure that can be serialized to OME-NGFF." -authors = [{name = "Matt McCormick", email = "matt.mccormick@kitware.com"}] +authors = [{name = "Matt McCormick", email = "matt@mmmccormick.com"}] readme = "README.md" license = {file = "LICENSE"} home-page = "https://github.com/spatial-image/multiscale-spatial-image"