From 87a85ba5d1bd5b4f351bd62bfcc2c8029fb4b629 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Sun, 8 Mar 2026 01:18:09 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20to=202026.03.06.3=20=E2=80=94=20add=20Do?= =?UTF-8?q?cumentation=20URL=20to=20PyPI=20metadata?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ad474a2..00f9176 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "mcdbus" -version = "2026.03.06.2" +version = "2026.03.06.3" description = "D-Bus MCP server — bridge Linux IPC into the Model Context Protocol" readme = "README.md" requires-python = ">=3.11" @@ -16,6 +16,7 @@ dependencies = [ ] [project.urls] +Documentation = "https://mcdbus.warehack.ing" Source = "https://git.supported.systems/warehack.ing/mcdbus" [project.scripts]