From 4a9a0a9e26e4bf6f5bb6ba9bafbc193b813331f7 Mon Sep 17 00:00:00 2001 From: Pymetheus Date: Fri, 13 Feb 2026 22:35:44 +0100 Subject: [PATCH] chore: test publishing to TestPyPI, GHCR and GitHub Releases and set version 0.0.2 Replace placeholder GitHub URLs in pyproject.toml with Pymetheus/python-project-blueprint links for Homepage, Repository, Documentation and Issues so the package metadata points to the actual repository, documentation and issue tracker. --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b38e683..a6c76e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,10 +28,10 @@ dev = [ ] [project.urls] -Homepage = "https://github.com/[[USERNAME]]/[[REPO_NAME]]" -Repository = "https://github.com/[[USERNAME]]/[[REPO_NAME]]" -Documentation = "https://github.com/[[USERNAME]]/[[REPO_NAME]]/blob/main/docs/INSTRUCTIONS.md" -Issues = "https://github.com/[[USERNAME]]/[[REPO_NAME]]/issues" +Homepage = "https://github.com/Pymetheus/python-project-blueprint" +Repository = "https://github.com/Pymetheus/python-project-blueprint" +Documentation = "https://github.com/Pymetheus/python-project-blueprint/blob/main/docs/INSTRUCTIONS.md" +Issues = "https://github.com/Pymetheus/python-project-blueprint/issues" [project.scripts] DISTRIBUTION-NAME = "package_name.main:main"