From 6849cd43bc9fa62e24fec83803eb031d1202f844 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Wed, 4 Feb 2026 07:38:36 -0700 Subject: [PATCH] Update repository URL to git.supported.systems/MCP --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3811d2..8dd9793 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dev = [ mcbluetooth = "mcbluetooth:main" [project.urls] -Repository = "https://github.com/ryanmalloy/mcbluetooth" +Repository = "https://git.supported.systems/MCP/mcbluetooth" [tool.hatch.build.targets.wheel] packages = ["src/mcbluetooth"]