From 70b5e3876cbb1be43df75ef2179dd9fab08e8fde Mon Sep 17 00:00:00 2001 From: Charles Gaydon <11660435+CharlesGaydon@users.noreply.github.com> Date: Sun, 28 Apr 2024 13:21:38 +0200 Subject: [PATCH] Update email address (and year of copyright) --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a6a6c4ce..fce4336c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,10 +4,10 @@ dynamic = ["version"] description = "Deep Learning for the Semantic Segmentation of Aerial Lidar Point Clouds" readme = "README.md" authors = [ - { name = "Charles GAYDON", email = "charles.gaydon@gmail.com" } + { name = "Charles GAYDON", email = "charles.gaydon.pro@gmail.com" } ] maintainers = [ - {name = "Charles GAYDON", email = "charles.gaydon@gmail.com"}, + {name = "Charles GAYDON", email = "charles.gaydon.pro@gmail.com"}, {name = "Michel DAAB"}, {name = "Léa VAUCHIER", email = "lea.vauchier@ign.fr"} ] @@ -16,7 +16,7 @@ dependencies = [] # assume an environment as described in environment.yml [metadata] project_template = "https://github.com/ashleve/lightning-hydra-template" -copyright = "2022, Institut National de l'Information Géographique et Forestière" +copyright = "2024, Institut National de l'Information Géographique et Forestière" [project.urls] Documentation = "https://ignf.github.io/myria3d/"