From d98754faffc7a43d021f422bb50b8ad2fe596e1c Mon Sep 17 00:00:00 2001 From: Volt23 Date: Wed, 16 Apr 2025 08:58:28 +0200 Subject: [PATCH] added author info --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 74d0200..ac83e80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "mcp-arduino-server" version = "0.1.4" # Start with an initial version authors = [ - { name="Your Name", email="your.email@example.com" }, + { name="Volt23", email="ernesto.volt@me.com" }, ] description = "MCP Server for Arduino CLI providing sketch, board, library, and file management tools." readme = "README.md"