From 2e8cdd8da917cede1dad1153f376f460d4fd98ef Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Fri, 14 Feb 2025 20:37:13 +0000 Subject: [PATCH] Updated URL links --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f13a2f1..5b23ee1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,9 +15,9 @@ requires-python = ">=3.12" description = "A library to rapidly fetch fetch MLST profiles given sequences for various diseases." [project.urls] -Homepage = "https://github.com/RealYHD/autoBIGS.engine" -Source = "https://github.com/RealYHD/autoBIGS.engine" -Issues = "https://github.com/RealYHD/autoBIGS.engine/issues" +Homepage = "https://github.com/Syph-and-VPD-Lab/autoBIGS.engine" +Source = "https://github.com/Syph-and-VPD-Lab/autoBIGS.engine" +Issues = "https://github.com/Syph-and-VPD-Lab/autoBIGS.engine/issues" [tool.setuptools_scm]