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