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"}]