Added a license text to pyproject.toml

This commit is contained in:
Harrison Deng 2025-02-14 20:47:06 +00:00
parent 2e8cdd8da9
commit ddf9cde175

View File

@ -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"