From d77a744e1c09fb36182fee3ab2ce992d9c833427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hensgen?= Date: Thu, 3 Apr 2025 12:02:38 -0400 Subject: [PATCH] [GEOPY-2049] update package description --- README.rst | 2 +- package.rst | 4 ++-- pyproject.toml | 2 +- recipe.yaml | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 99a7461e..0571164c 100644 --- a/README.rst +++ b/README.rst @@ -38,7 +38,7 @@ geoapps-utils ========================================================================= The **geoapps-utils** package provides utility functions -used by `geoapps `_. +used by Python applications supported by `Mira Geoscience `_. .. contents:: Table of Contents :local: diff --git a/package.rst b/package.rst index ccee085c..3879834e 100644 --- a/package.rst +++ b/package.rst @@ -1,8 +1,8 @@ geoapps-utils ============= -The **geoapps-utils** package provides utility functions -used by Python applications supported by `Mira Geoscience `_ +The **geoapps-utils** package provides utility functions used by Python applications +supported by `Mira Geoscience `_. Installation ^^^^^^^^^^^^ diff --git a/pyproject.toml b/pyproject.toml index dee54ff9..618a3cd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "geoapps-utils" version = "0.5.0-alpha.3" license = "MIT" -description = "Geoapps Utils" +description = "Utility functions to build applications supported by Mira Geoscience" authors = ["Mira Geoscience "] maintainers = ["Dominique Fournier "] repository = "https://github.com/MiraGeoscience/geoapps-utils" diff --git a/recipe.yaml b/recipe.yaml index d69910fd..b845ddf6 100644 --- a/recipe.yaml +++ b/recipe.yaml @@ -46,10 +46,10 @@ tests: - tests/ about: - summary: Provides utility functions used by geoapps. + summary: Utility functions to build applications supported by Mira Geoscience. description: | - The geoapps-utils package provides utility functions used by - (geoapps). + The geoapps-utils package provides utility functions + used by Python applications supported by [Mira Geoscience](https://www.mirageoscience.com/mining-industry-software/geoscience-analyst/python-integration/). license: MIT license_file: - LICENSE