From 18eff95098e917b3ee7d8c182c7d97e85cd1e756 Mon Sep 17 00:00:00 2001 From: Sharon Fitzpatrick Date: Tue, 28 May 2024 11:49:40 -0700 Subject: [PATCH] update project homepage, issue tracker and the description --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 05c5bb2..13daecc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ authors = [ { name="Sharon Fitzpatrick" }, ] # find` directive with `include` or `exclude` -description = "A Global shoreline mapping tool from satellite imagery" +description = "A packaged version of CoastSat: A Global shoreline mapping tool from satellite imagery" dependencies = [ "scikit-image", "earthengine-api>=0.1.304", "jupyterlab>=3.0.0", @@ -40,5 +40,5 @@ classifiers = [ ] [project.urls] -"Homepage" = "https://github.com/kvos/CoastSat" -"Bug Tracker" = "https://github.com/kvos/CoastSat/issues" \ No newline at end of file +"Homepage" = "https://github.com/SatelliteShorelines/coastsat_package" +"Bug Tracker" = "https://github.com/SatelliteShorelines/coastsat_package/issues" \ No newline at end of file