From 75930a888fae7b6b97b5ae9941a0b848ad18bfe1 Mon Sep 17 00:00:00 2001 From: zhengp0 Date: Thu, 18 Jan 2024 10:21:59 -0800 Subject: [PATCH] Update project URL in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c4c8105..d8e46d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,4 +26,4 @@ dependencies = [ test = ["pytest"] [project.urls] -stash = "https://github.com/ihmeuw-msca/regmod" +github = "https://github.com/ihmeuw-msca/regmod"