From ffee4ee2e19dd6f05a7fc247f15f91b4acfff234 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Wed, 22 Jan 2025 21:43:27 +0000 Subject: [PATCH] Fixed typo in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e2c5e2..81883da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ Repository = "https://github.com/RealYHD/autoBIGS.cli" Issues = "https://github.com/RealYHD/autoBIGS.cli/issues" dependencies = [ - "autoBIGS.engine" + "autoBIGS-engine" ] requires-python = ">=3.11" description = "A CLI tool to rapidly fetch fetch MLST profiles given sequences for various diseases."