From 9a66a506a8ffa4e5075151c49a0fc816e3b8f8ba Mon Sep 17 00:00:00 2001 From: Walid Ismail <42148514+walidsi@users.noreply.github.com> Date: Mon, 5 May 2025 00:19:39 +0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 707a154..b52803e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "openmeteo-weather-mcp" version = "0.1.0" requires-python = ">=3.13" description = "Weather forecast tool for MCP" -authors = ["Walid Ismail"] +authors = [] dependencies = [ "fastmcp", "python-dotenv",