Skip to content

Commit b49a8c4

Browse files
Merge pull request #1 from jcfr/update-extension-metadata
ENH: Update extension metadata
2 parents 4eccd03 + f8c986f commit b49a8c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ project(SurfaceModelNodesSelector)
44

55
#-----------------------------------------------------------------------------
66
# Extension meta-information
7-
set(EXTENSION_HOMEPAGE "https://github.com/saimasafdar2021/Slicer_SurfaceModelNodesSelector")
8-
set(EXTENSION_CATEGORY "SurfaceModelNodesSelector")
7+
set(EXTENSION_HOMEPAGE "https://github.com/saimasafdar2021/Slicer_SurfaceModelNodesSelector#readme")
8+
set(EXTENSION_CATEGORY "Surface Models")
99
set(EXTENSION_CONTRIBUTORS "Saima Safdar (UWA)")
10-
set(EXTENSION_DESCRIPTION "This extensions selects the nodes/indexes of any surface model automatically. ")
11-
set(EXTENSION_ICONURL "https://github.com/saimasafdar2021/Slicer_SurfaceModelNodesSelector/blob/main/sModel.png")
12-
set(EXTENSION_SCREENSHOTURLS "https://github.com/saimasafdar2021/Slicer_SurfaceModelNodesSelector/blob/main/sModel.png")
10+
set(EXTENSION_DESCRIPTION "The module selects the nodes/vertices of each triangle in a surface modle and place a fiducial (3D point) at each vertex of each triangle in a surface model. The surface model can be any model.")
11+
set(EXTENSION_ICONURL "https://raw.githubusercontent.com/saimasafdar2021/Slicer_SurfaceModelNodesSelector/main/SurfaceModelNodesSelector.png")
12+
set(EXTENSION_SCREENSHOTURLS "https://raw.githubusercontent.com/saimasafdar2021/Slicer_SurfaceModelNodesSelector/main/sModel.png")
1313
set(EXTENSION_DEPENDS "NA") # Specified as a list or "NA" if no dependencies
1414

1515
#-----------------------------------------------------------------------------

0 commit comments

Comments
 (0)