Skip to content
Open
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 doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
::::
<!-- Add short text what PyGMT is and does -->
:::{div} sd-text-center sd-fs-3 sd-pt-3 sd-pb-3
A Python interface for the [Generic Mapping Tools](https://www.generic-mapping-tools.org/)
A Python interface to the [Generic Mapping Tools](https://www.generic-mapping-tools.org/) for geospatial visualization and analysis
:::

:::{div} sd-text-center sd-fs-5 sd-pb-3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pygmt"
description = "A Python interface for the Generic Mapping Tools"
description = "A Python interface to the Generic Mapping Tools for geospatial visualization and analysis"
readme = "README.md"
requires-python = ">=3.12"
authors = [{name = "The PyGMT Developers", email = "pygmt.team@gmail.com"}]
Expand Down
Loading