From 53cd2e12601431eeea33f7a8b430e80b462ce703 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Wed, 22 Jan 2025 21:51:07 +0000 Subject: [PATCH] Fixed typo in pyproject.toml --- pyproject.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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"