diff --git a/pyproject.toml b/pyproject.toml index 81883da..5683866 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"