From ddf9cde175a5ca9cb30b91558e602274726bc843 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Fri, 14 Feb 2025 20:47:06 +0000 Subject: [PATCH] Added a license text to pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 5b23ee1..798fb58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,7 @@ dependencies = [ ] requires-python = ">=3.12" description = "A library to rapidly fetch fetch MLST profiles given sequences for various diseases." +license = {text = "GPL-3.0-or-later"} [project.urls] Homepage = "https://github.com/Syph-and-VPD-Lab/autoBIGS.engine"