diff --git a/README.md b/README.md index 7bc4d27..1a382bf 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,7 @@ poetry run pytest ## Acknowledgements -Originally created by [Raúl Ramos](https://github.com/rramosp) and the GeoSTARS team (STARS: Scientific Testing of Agentic Reasoning). +Originally created by the GeoSTARS (STARS: Scientific Testing of Agentic Reasoning) team ([Raúl Ramos](https://github.com/rramosp), [James Walsh](https://github.com/dead-water), [Will Fawcett](https://github.com/will-fawcett), and [Russell Spiewak](https://github.com/r-spiewak)). Supported by the ESA Phi-Lab as part of Trillium Technologies Earth Systems Lab [ESL](https://eslab.ai/). ## License 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"}]