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]