From 89d0b48603c34edf8f60d493c77785cb3d9437a3 Mon Sep 17 00:00:00 2001 From: jlblanc Date: Wed, 20 May 2026 16:25:56 +0200 Subject: [PATCH] Update pyproject.toml Changing licence name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c6d31b1..93fce59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ { name = "Laurent Pezard", email = "laurent.pezard@univ-amu.fr" }, { name = "Jean-Luc Blanc", email = "jean-luc.blanc@univ-amu.fr" } ] -license = { text = "MIT" } +license = { text = "BSD-3" } requires-python = ">=3.8" dependencies = ["numpy", "matplotlib", "scipy"]