From c1717593739fd56a133b6c70e616bb471eb6c948 Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Sun, 14 Aug 2022 10:12:11 -0400 Subject: [PATCH] DOC: Move project urls to standard location --- .napari/config.yml | 5 ----- setup.py | 6 ++++++ 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.napari/config.yml b/.napari/config.yml index cc8bb5a..079334e 100644 --- a/.napari/config.yml +++ b/.napari/config.yml @@ -1,8 +1,3 @@ -project_urls: - Project Site: https://elastix.lumc.nl/ - Bug Tracker: https://github.com/SuperElastix/elastix_napari/issues - Source Code: https://github.com/SuperElastix/elastix_napari - User Support: https://groups.google.com/g/elastix-imageregistration # Add labels from the EDAM Bioimaging ontology labels: ontology: EDAM-BIOIMAGING:alpha06 diff --git a/setup.py b/setup.py index 513b34c..20641b6 100644 --- a/setup.py +++ b/setup.py @@ -61,5 +61,11 @@ def get_version(rel_path): 'Operating System :: OS Independent', 'License :: OSI Approved :: Apache Software License', ], + project_urls={ + 'Project Site': 'https://elastix.lumc.nl/', + 'Bug Tracker': 'https://github.com/SuperElastix/elastix_napari/issues', + 'Source Code': 'https://github.com/SuperElastix/elastix_napari', + 'User Support': 'https://groups.google.com/g/elastix-imageregistration', + }, entry_points={'napari.plugin': 'itk-elastix_napari = elastix_napari'}, )