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