Skip to content

Commit

Permalink
Merge pull request #35 from jcfr/update-extension-metadata
Browse files Browse the repository at this point in the history
ENH: Update extension metadata
  • Loading branch information
fedorov authored Apr 23, 2024
2 parents 82168c4 + 2f49709 commit 32b04e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ set(EXTENSION_HOMEPAGE "https://github.com/ImagingDataCommons/SlicerIDCBrowser")
set(EXTENSION_CATEGORY "Informatics")
set(EXTENSION_CONTRIBUTORS "Andrey Fedorov (SPL and BWH)")
set(EXTENSION_DESCRIPTION "A Module to explore and access imaging data available from National Cancer Institute Imaging Data Commons.")
set(EXTENSION_ICONURL "https://raw.githubusercontent.com/ImagingDataCommons/SlicerIDCBrowser/main/IDCBrowser/Resources/Icons/IDCBrowser.png")
set(EXTENSION_ICONURL "https://raw.githubusercontent.com/ImagingDataCommons/SlicerIDCBrowser/main/IDCBrowser/Resources/Icons/IDCBrowser_alpha.png")
set(EXTENSION_SCREENSHOTURLS "https://github.com/ImagingDataCommons/SlicerIDCBrowser/blob/main/IDCBrowser/Resources/Screenshot/screenshot.png")
set(EXTENSION_DEPENDS "QuantitativeReporting")

#-----------------------------------------------------------------------------
find_package(Slicer REQUIRED)
Expand Down

0 comments on commit 32b04e7

Please sign in to comment.