From 534d177a520c89441cb0ade5c32f6f0182835eb2 Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Fri, 17 May 2024 09:37:34 +0200 Subject: [PATCH] Update links --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b90f7ef..45f53c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] description = "Neural network emulators to transform field/map data" readme = "README.md" -name = "map2map" +name = "map2map-aquila" dynamic = ["version"] requires-python = ">= 3.9" classifiers = [ @@ -34,6 +34,6 @@ m2m = "map2map:main" [project.urls] #Homepage = "https://example.com" #Documentation = "https://readthedocs.org" -Repository = "https://bitbucket.org/aquila-consortium/map2map.git" -Issues = "https://bitbucket.org/aquila-consortium/map2map/issues/new" +Repository = "https://git.aquila-consortium.org/aquila-consortium/map2map.git" +Issues = "https://git.aquila-consortium.org/aquila-consortium/map2map/issues/new" #Changelog = "https://github.com/me/spam/blob/master/CHANGELOG.md"