From 2a6720114143264e6f513da83f1f6c0db59dbdf3 Mon Sep 17 00:00:00 2001 From: David Ghedini Date: Fri, 19 Jan 2024 00:17:40 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 14a2dda..9772676 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,6 @@ requires = ["flit_core >=3.2,<4"] build-backend = "flit_core.buildapi" [project] -name = "lumache" -authors = [{name = "Graziella", email = "graziella@lumache"}] +name = "GeoSync" +authors = [{name = "AcuGIS", email = "hello@citedcorp.com"}] dynamic = ["version", "description"]