Fixed typo in pyproject.toml
This commit is contained in:
parent
ffee4ee2e1
commit
53cd2e1260
@ -7,16 +7,17 @@ name = "autoBIGS.cli"
|
||||
dynamic = ["version"]
|
||||
readme = "README.md"
|
||||
|
||||
[project.urls]
|
||||
Repository = "https://github.com/RealYHD/autoBIGS.cli"
|
||||
Issues = "https://github.com/RealYHD/autoBIGS.cli/issues"
|
||||
|
||||
dependencies = [
|
||||
"autoBIGS-engine"
|
||||
]
|
||||
requires-python = ">=3.11"
|
||||
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"
|
||||
|
||||
|
||||
[project.scripts]
|
||||
autoBIGS = "autobigs.cli.program:run"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user