From e25d50ae14a898e2055112eabf0492a5d839b62b Mon Sep 17 00:00:00 2001 From: sebhmg Date: Fri, 5 Jul 2024 00:28:15 -0400 Subject: [PATCH] package name: all lower case --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 86b26ab17e..6aad91864c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ #parameter estimation in the context of geophysical applications. [tool.poetry] -name = "Mira-SimPEG" +name = "mira-simpeg" version = "0.21.2.1-alpha.1" license = "MIT" description = "Mira Geoscience fork of SimPEG: Simulation and Parameter Estimation in Geophysics"