Update author information to match pyproject.toml

Change author from "Claude AI Assistant" to "Ryan Malloy" and
email to "ryan@supported.systems" to be consistent with the
package metadata in pyproject.toml.
This commit is contained in:
Ryan Malloy 2025-06-11 17:42:56 -06:00
parent afcea653bb
commit 3518a5afdf

View File

@ -37,7 +37,7 @@ __all__ = [
] ]
# Package metadata # Package metadata
__author__ = "Claude AI Assistant" __author__ = "Ryan Malloy"
__email__ = "claude@anthropic.com" __email__ = "ryan@supported.systems"
__license__ = "MIT" __license__ = "MIT"
__description__ = "A comprehensive Model Context Protocol server for Vultr DNS management" __description__ = "A comprehensive Model Context Protocol server for Vultr DNS management"