From b2ed5581cfbef2b1bf0d83c955925e0c64b40563 Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Mon, 6 Jul 2026 22:34:57 +0300 Subject: [PATCH] chore: Add project URLs for source and issue tracker Add source and tracker URLs to project metadata. --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 71cbc0e..91f0342 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,10 @@ dependencies = [ ] dynamic = ["version"] +[project.urls] +source = "https://github.com/commit-check/commit-check-mcp" +tracker = "https://github.com/commit-check/commit-check-mcp/issues" + [project.optional-dependencies] dev = [ "pytest>=9.0.0,<10",