From 3fd3ef9f20f22e4ad562eb8f4d2471688bdd0a7c Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Fri, 10 Jan 2025 21:13:26 +0000 Subject: [PATCH] Updated package description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1eee6b..b71020c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "aiohttp[speedups]", ] requires-python = ">=3.11" -description = "A tool to rapidly fetch fetch MLST profiles given sequences for various diseases." +description = "A library to rapidly fetch fetch MLST profiles given sequences for various diseases." [tool.setuptools_scm]