From a38980ea0e624960b22d3ac7f313e818df2113a9 Mon Sep 17 00:00:00 2001 From: paulvxx <89420434+paulvxx@users.noreply.github.com> Date: Sat, 10 Feb 2024 16:52:23 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 90790f4..90dc70d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "pymgm-test" version = "0.1.2" description = "An open source python package for implementing the MGM method for elliptic equations on point cloud surfaces" authors = [ - {name = "Grady Wright", email = "gradywright@boisestat.edu"} + {name = "Grady Wright", email = "gradywright@boisestate.edu"} ] license = { file = "LICENSE" } readme = "README.md"