Skip to content

Commit

Permalink
DOC: Move project urls to standard location
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 authored and ntatsisk committed Mar 30, 2023
1 parent a02905c commit c171759
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .napari/config.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
)

0 comments on commit c171759

Please sign in to comment.