Updated pyproject.toml to use license text and updated repo
All checks were successful
automlst.cli/pipeline/head This commit looks good

This commit is contained in:
Harrison Deng 2025-02-19 16:26:59 +00:00
parent 3aa2916324
commit 5ef5b6ac08

View File

@ -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]