diff --git a/CMakeLists.txt b/CMakeLists.txt index 6bf736c..968705d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,10 +6,10 @@ project(SlicerOpenAnatomy) # Extension meta-information set(EXTENSION_HOMEPAGE "https://github.com/PerkLab/SlicerOpenAnatomy") set(EXTENSION_CATEGORY "Segmentation") -set(EXTENSION_CONTRIBUTORS "Andras Lasso (PerkLab), Csaba Pinter (PerkLab), Michael Halle (SPL), Andy Huynh (ISML, The University of Western Australia)") +set(EXTENSION_CONTRIBUTORS "Andras Lasso (PerkLab), Csaba Pinter (PerkLab), Michael Halle (SPL)") set(EXTENSION_DESCRIPTION "3D Slicer extension for exporting Slicer scenes to use in the OpenAnatomy.org browser") set(EXTENSION_ICONURL "https://raw.githubusercontent.com/PerkLab/SlicerOpenAnatomy/master/SlicerOpenAnatomy.png") -set(EXTENSION_SCREENSHOTURLS "https://raw.githubusercontent.com/PerkLab/SlicerOpenAnatomy/master/Screenshot03.png https://raw.githubusercontent.com/PerkLab/SlicerOpenAnatomy/master/Screenshot02.png https://raw.githubusercontent.com/PerkLab/SlicerOpenAnatomy/master/Screenshot01.png") +set(EXTENSION_SCREENSHOTURLS "https://raw.githubusercontent.com/PerkLab/SlicerOpenAnatomy/master/OpenAnatomyExport/img/Screenshot01.png https://raw.githubusercontent.com/PerkLab/SlicerOpenAnatomy/master/OpenAnatomyExport/img/Screenshot02.png https://raw.githubusercontent.com/PerkLab/SlicerOpenAnatomy/master/OpenAnatomyExport/img/Screenshot03.png") set(EXTENSION_DEPENDS "NA") # Specified as a space separated string, a list or 'NA' if any #-----------------------------------------------------------------------------