chore: update project dependencies in pyproject.toml

This commit is contained in:
2026-05-09 01:08:11 +02:00
parent ed43e1928e
commit bb7be30c2b
+3 -3
View File
@@ -33,9 +33,9 @@ dependencies = [
]
[project.urls]
Homepage = "https://github.com/your-username/strava-mcp-server"
Repository = "https://github.com/your-username/strava-mcp-server"
"Bug Tracker" = "https://github.com/your-username/strava-mcp-server/issues"
Homepage = "https://git.hnrx.net/hnrx/strava-mcp-server"
Repository = "https://git.hnrx.net/hnrx/strava-mcp-server"
"Bug Tracker" = "https://git.hnrx.net/hnrx/strava-mcp-server/issues"
[project.scripts]
strava-mcp = "strava_mcp_server.main:main"