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"