From a0d05a4dad0d2ae17167c2de6f649efc4ba9f0ab Mon Sep 17 00:00:00 2001 From: abhinav <244986440+erensh27@users.noreply.github.com> Date: Sun, 9 Aug 2026 12:40:34 +0530 Subject: [PATCH] docs: update project description to reflect geospatial visualization and analysis focus --- doc/index.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/index.md b/doc/index.md index 5d179a366a2..1c4324c88cd 100644 --- a/doc/index.md +++ b/doc/index.md @@ -10,7 +10,7 @@ :::: :::{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 diff --git a/pyproject.toml b/pyproject.toml index fecd5c3e07d..e6b67438e19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"}]