1+ #
2+ # First token of each non-comment line is the keyword and the rest of the line
3+ # (including spaces) is the value.
4+ # - the value can be blank
5+ #
6+
7+ # This is source code manager (i.e. svn)
8+ scm git
9+ scmurl https://github.com/fatihtalu/Slicer-ThicknessMap
10+ scmrevision master
11+
12+ # list dependencies
13+ # - These should be names of other modules that have .s4ext files
14+ # - The dependencies will be built first
15+
16+ # Inner build directory (default is ".")
17+ build_subdirectory inner-build
18+
19+ # homepage
20+ homepage https://github.com/fatihtalu/Slicer-ThicknessMap
21+
22+ # Firstname1 Lastname1 ([SubOrg1, ]Org1), Firstname2 Lastname2 ([SubOrg2, ]Org2)
23+ # For example: Jane Roe (Superware), John Doe (Lab1, Nowhere), Joe Bloggs (Noware)
24+ contributors Muhammed Fatih Talu (Computer Science at Inonu)
25+
26+ # Match category in the xml description of the module (where it shows up in Modules menu)
27+ category Shape Analysis
28+
29+ # url to icon (png, size 128x128 pixels)
30+ iconurl https://user-images.githubusercontent.com/22032994/158332495-b367f4e5-7c48-4864-9b43-cb600989ee3d.PNG
31+
32+ # Give people an idea what to expect from this code
33+ # - Is it just a test or something you stand behind?
34+ I stand behind
35+
36+ # One line stating what the module does
37+ description Calculation Bone Thickness Map
38+
39+ # Space separated list of urls
40+ screenshoturls https://raw.githubusercontent.com/Auditory-Biophysics-Lab/Slicer-ABLTemporalBoneSegmentation/master/Images/main.png
41+
42+ # 0 or 1: Define if the extension should be enabled after its installation.
43+ enabled 1
0 commit comments