Update pyproject.toml

This commit is contained in:
Ryan Malloy 2025-06-11 17:37:50 -06:00 committed by GitHub
parent 2aaaecf3c1
commit cdfa53c9da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,10 +9,10 @@ description = "A comprehensive Model Context Protocol (MCP) server for managing
readme = "README.md"
license = {text = "MIT"}
authors = [
{name = "Claude AI Assistant", email = "claude@anthropic.com"}
{name = "Ryan Malloy", email = "ryan@supported.systems"}
]
maintainers = [
{name = "Claude AI Assistant", email = "claude@anthropic.com"}
{name = "Ryan Malloy", email = "ryan@supported.systems"}
]
keywords = [
"vultr",
@ -74,11 +74,11 @@ test = [
]
[project.urls]
Homepage = "https://github.com/vultr/vultr-dns-mcp"
Homepage = "https://github.com/rsp2k/vultr-dns-mcp"
Documentation = "https://vultr-dns-mcp.readthedocs.io/"
Repository = "https://github.com/vultr/vultr-dns-mcp.git"
"Bug Tracker" = "https://github.com/vultr/vultr-dns-mcp/issues"
Changelog = "https://github.com/vultr/vultr-dns-mcp/blob/main/CHANGELOG.md"
Repository = "https://github.com/rsp2k/vultr-dns-mcp.git"
"Bug Tracker" = "https://github.com/rsp2k/vultr-dns-mcp/issues"
Changelog = "https://github.com/rsp2k/vultr-dns-mcp/blob/main/CHANGELOG.md"
[project.scripts]
vultr-dns-mcp = "vultr_dns_mcp.cli:main"