From b24b2c167b892f272a1491b52cc9f669729cf100 Mon Sep 17 00:00:00 2001 From: sebhmg Date: Thu, 6 Jun 2024 16:16:15 -0400 Subject: [PATCH 1/2] GEOPY-1566: add license files to both sdist and wheel --- pyproject.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8c3fa536f2..7149a104b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,11 +37,12 @@ packages = [ exclude = ["tests*", "examples*", "tutorials*"] include = [ - "COPYING", - "COPYING.LESSER", - "LICENSE", - "README.rst", - "THIRD_PARTY_SOFTWARE.rst", + { path = "COPYING", format = ["sdist", "wheel"] }, + { path = "COPYING.LESSER", format = ["sdist", "wheel"] }, + { path = "LICENSE", format = ["sdist", "wheel"] }, + { path = "README.rst", format = ["sdist", "wheel"] }, + { path = "THIRD_PARTY_SOFTWARE.rst", format = ["sdist", "wheel"] }, + { path = "docs/**/THIRD_PARTY_SOFTWARE.rst", format = ["sdist", "wheel"] }, ] [tool.poetry.dependencies] From ccb77db3ee7815b6f110a5c20fc70aa0f6d78c18 Mon Sep 17 00:00:00 2001 From: sebhmg Date: Mon, 17 Jun 2024 14:33:55 -0400 Subject: [PATCH 2/2] set version to 0.19.0.8 (no more RC) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7149a104b7..6a603b861f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ [tool.poetry] name = "Mira-SimPEG" -version = "0.19.0.8rc3" +version = "0.19.0.8" license = "MIT" description = "Mira Geoscience fork of SimPEG: Simulation and Parameter Estimation in Geophysics"