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" name = "autoBIGS.cli"
dynamic = ["version"] dynamic = ["version"]
readme = "README.md" readme = "README.md"
license = {file = "LICENSE"} license = {text = "GPL-3.0-or-later"}
dependencies = [ dependencies = [
"autoBIGS-engine==0.12.*" "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." description = "A CLI tool to rapidly fetch fetch MLST profiles given sequences for various diseases."
[project.urls] [project.urls]
Repository = "https://github.com/RealYHD/autoBIGS.cli" Repository = "https://github.com/Syph-and-VPD-Lab/autoBIGS.cli"
Issues = "https://github.com/RealYHD/autoBIGS.cli/issues" Issues = "https://github.com/Syph-and-VPD-Lab/autoBIGS.cli/issues"
[project.scripts] [project.scripts]