Fixed typo in pyproject.toml

This commit is contained in:
Harrison Deng 2025-01-22 21:43:27 +00:00
parent 9498fe7a45
commit ffee4ee2e1

View File

@ -12,7 +12,7 @@ Repository = "https://github.com/RealYHD/autoBIGS.cli"
Issues = "https://github.com/RealYHD/autoBIGS.cli/issues" Issues = "https://github.com/RealYHD/autoBIGS.cli/issues"
dependencies = [ dependencies = [
"autoBIGS.engine" "autoBIGS-engine"
] ]
requires-python = ">=3.11" requires-python = ">=3.11"
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."