-
Notifications
You must be signed in to change notification settings - Fork 71
/
.bintray.yml
37 lines (37 loc) · 1.04 KB
/
.bintray.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"package": {
"name": "MIRTK",
"repo": "AppImages",
"subject": "schuhschuh",
"desc": "Medical Image Registration ToolKit",
"website_url": "https://mirtk.github.io",
"issue_tracker_url": "https://github.com/BioMedIA/MIRTK/issues",
"vcs_url": "https://github.com/BioMedIA/MIRTK.git",
"licenses": ["Apache-2.0"],
"labels": [
"BioMedIA",
"MIRTK",
"medical imaging",
"image registration",
"cortical surface reconstruction",
"brain atlas construction"
],
"public_download_numbers": false,
"public_stats": false
},
"version": {
"name": "2.1-pre2",
"desc": "AppImage of MIRTK master HEAD deployed by Travis CI build",
"gpgSign": true
},
"files": [
{
"includePattern": "Deploy/(.*\\.AppImage)",
"uploadPattern": "$1",
"matrixParams": {
"override": 1
}
}
],
"publish": true
}