From 5ef5b6ac086011dd01050e42844b2c8598f7faf5 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Wed, 19 Feb 2025 16:26:59 +0000 Subject: [PATCH] Updated pyproject.toml to use license text and updated repo --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aaf389d..4fd17e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "autoBIGS.cli" dynamic = ["version"] readme = "README.md" -license = {file = "LICENSE"} +license = {text = "GPL-3.0-or-later"} dependencies = [ "autoBIGS-engine==0.12.*" ] @@ -14,8 +14,8 @@ requires-python = ">=3.12" description = "A CLI tool to rapidly fetch fetch MLST profiles given sequences for various diseases." [project.urls] -Repository = "https://github.com/RealYHD/autoBIGS.cli" -Issues = "https://github.com/RealYHD/autoBIGS.cli/issues" +Repository = "https://github.com/Syph-and-VPD-Lab/autoBIGS.cli" +Issues = "https://github.com/Syph-and-VPD-Lab/autoBIGS.cli/issues" [project.scripts]