From 6eb6638ee399dc813b6fb32c856a43d5142c7a3e Mon Sep 17 00:00:00 2001 From: r-spiewak <63987228+r-spiewak@users.noreply.github.com> Date: Thu, 30 Apr 2026 12:48:50 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9f60248..6715fad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,10 @@ name = "gee-mcp" version = "1.0.0" description = "MCP server for Google Earth Engine" authors = [ - "rramosp", - "will-fawcett-trillium" + "r-spiewak <63987228+r-spiewak@users.noreply.github.com>", + "dead-water ", + "rramosp <13835425+rramosp@users.noreply.github.com>", + "will-fawcett-trillium <192252394+will-fawcett-trillium@users.noreply.github.com>" ] readme = "README.md" packages = [{include = "gee_mcp", from = "src"}]