Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
geoapps-utils
=========================================================================
The **geoapps-utils** package provides utility functions
used by `geoapps <https://github.com/MiraGeoscience/geoapps>`_.
used by Python applications supported by `Mira Geoscience <https://www.mirageoscience.com/mining-industry-software/geoscience-analyst/python-integration/>`_.

.. contents:: Table of Contents
:local:
Expand Down
4 changes: 2 additions & 2 deletions package.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
geoapps-utils
=============

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/>`_
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/>`_.

Installation
^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <support@mirageoscience.com>"]
maintainers = ["Dominique Fournier <dominiquef@mirageoscience.com>"]
repository = "https://github.com/MiraGeoscience/geoapps-utils"
Expand Down
6 changes: 3 additions & 3 deletions recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)<https://github.com/MiraGeoscience/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
Expand Down