added author info

This commit is contained in:
Volt23 2025-04-16 08:58:28 +02:00
parent 843ad64e2d
commit d98754faff

View File

@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "mcp-arduino-server" name = "mcp-arduino-server"
version = "0.1.4" # Start with an initial version version = "0.1.4" # Start with an initial version
authors = [ 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." description = "MCP Server for Arduino CLI providing sketch, board, library, and file management tools."
readme = "README.md" readme = "README.md"