From e03be0231027e7df3d121d5f5a476d831950abb9 Mon Sep 17 00:00:00 2001 From: "matt.ogden" Date: Fri, 21 Nov 2025 15:33:01 +1300 Subject: [PATCH] Update repository URLs in pyproject.toml --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f914a97..2d3a82f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,10 +71,10 @@ doc = [ source = "vcs" [tool.hatch.metadata.hooks.vcs.urls] -"Source Code" = "https://github.com/tonkintaylor/YOUR_REPOSITORY" -"Bug Tracker" = "https://github.com/tonkintaylor/YOUR_REPOSITORY/issues" -"Releases" = "https://github.com/tonkintaylor/YOUR_REPOSITORY/releases" -"Source Archive" = "https://github.com/tonkintaylor/YOUR_REPOSITORY/archive/{commit_hash}.zip" +"Source Code" = "https://github.com/tonkintaylor/koop" +"Bug Tracker" = "https://github.com/tonkintaylor/koop/issues" +"Releases" = "https://github.com/tonkintaylor/koop/releases" +"Source Archive" = "https://github.com/tonkintaylor/koop/archive/{commit_hash}.zip" [tool.hatch.build.hooks.vcs] version-file = "src/koop/_version.py"