From af2669f9233c6b0a709553905cdeb7d39c2c6163 Mon Sep 17 00:00:00 2001 From: Gianluca Ficarelli <26835404+GianlucaFicarelli@users.noreply.github.com> Date: Wed, 4 Dec 2024 13:02:51 +0100 Subject: [PATCH] Replace license Apache-2.0 with apache-2.0 (#50) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 33931a8..12a9b5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "blueetl" description = "Multiple simulations analysis tool" readme = "README.rst" requires-python = ">=3.9" -license = { text = "Apache-2.0" } +license = { text = "apache-2.0" } authors = [ { name = "Blue Brain Project, EPFL" }, ]