From 0cb6c1d468f7cee687c8e2d64b0dd00bcd010532 Mon Sep 17 00:00:00 2001 From: josidd <joseph.siddons@noc.ac.uk> Date: Tue, 24 Sep 2024 14:43:17 +0100 Subject: [PATCH] fix: keywords --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cb218c2..3dd22eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ description = "Tools for processing geo spatial data." readme = "README.md" license = {file = "LICENSE"} keywords = [ - "icoads", "ship", "tracking", "duplicates", "ocean", "sst", + "spatial", "geospatial", "quadtree", "octtree", ] classifiers = [ "Development Status :: 1 - PreAlpha", -- GitLab