forked from ThomasLecocq/msnoise-tomo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bintray.json
40 lines (37 loc) · 1.49 KB
/
bintray.json
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
38
39
40
{
"package": {
"name": "msnoise-tomo",
"repo": "msnoise-tomo",
"subject": "thomaslecocq",
"desc": "I was pushed completely automatically",
"website_url": "www.jfrog.com",
"issue_tracker_url": "https://github.com/ThomasLecocq/msnoise-tomo/issues",
"vcs_url": "https://github.com/ThomasLecocq/msnoise-tomo.git",
"github_use_tag_release_notes": true,
"github_release_notes_file": "RELEASE.txt",
"licenses": ["EUPL-1.1"],
"labels": ["cool", "awesome", "gorilla"],
"public_download_numbers": false,
"public_stats": false,
"attributes": [{"name": "att1", "values" : ["val1"], "type": "string"},
{"name": "att2", "values" : [1, 2.2, 4], "type": "number"},
{"name": "att5", "values" : ["2014-12-28T19:43:37+0100"], "type": "date"}]
},
"version": {
"name": "0.1",
"desc": "This is a version",
"released": "2019-09-03",
"vcs_tag": "0.1a",
"attributes": [{"name": "VerAtt1", "values" : ["VerVal1"], "type": "string"},
{"name": "VerAtt2", "values" : [1, 3.3, 5], "type": "number"},
{"name": "VerAtt3", "values" : ["2019-09-03T08:43:37+0000"], "type": "date"}],
"gpgSign": false
},
"files":
[
{"includePattern": "dist/(.*\\.whl)", "uploadPattern": "$1",
"matrixParams": {"override": 1 }
}
],
"publish": true
}