From 64e82250078dc6ea20ab69f42e40692ee60a9fd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mart=C3=ADnez=20Mill=C3=A1n?= <10314744+dmartmillan@users.noreply.github.com> Date: Sat, 14 Dec 2024 15:05:33 +0000 Subject: [PATCH] update: license on pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6eda1b5..f9d9524 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ ] readme = "README.md" requires-python = ">=3.10" -license = { text = "BSD 3-Clause License" } +license = { file = "LICENSE" } keywords = ["bioinformatics", "openvariant", "openvar", "bbglab"]