From 4b72094b01c1f5ea713cad7a07d5941dedc45747 Mon Sep 17 00:00:00 2001 From: Mauko Quiroga Date: Mon, 18 Mar 2024 18:29:40 +0100 Subject: [PATCH] build: add repo url --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index efba01b4..602f3ac7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ [project.urls] Homepage = "https://example.com/repository" -Repository = "https://example.com/repository" +Repository = "https://github.com/openfisca/country-template" Documentation = "https://openfisca.org/doc" Issues = "https://example.com/repository/issues" Changelog = "https://example.com/repository/blob/main/CHANGELOG.md"