-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.json
41 lines (41 loc) · 1.09 KB
/
manifest.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
41
{
"appid": "depsland",
"name": "Depsland Standalone",
"version": "0.8.2b0",
"assets": {
"apps/.bin": "root",
"apps/.venv": "root",
"build": "all",
"chore/pypi_blank": "all",
"config/depsland.yaml": "all",
"depsland": "all",
"dist": "root",
"dist/standalone": "root",
"oss": "top_dirs",
"pypi": "top_dirs",
"pypi/index/snapdep": "root",
"python": "root",
"temp": "root",
"tests": "root",
"CHANGELOG.zh.md": "all",
"DEVNOTE.md": "all",
"manifest.json": "all",
"poetry.lock": "all",
"README.md": "all",
"README.zh.md": "all",
"requirements.lock": "all"
},
"dependencies": "poetry.lock",
"launcher": {
"command": "<python> -m depsland launch-gui",
"icon": "build/icon/launcher.ico",
"enable_cli": true,
"add_to_desktop": true,
"add_to_start_menu": false,
"show_console": false
},
"experiments": {
"package_provider": "pypi"
},
"depsland_version": "0.8.2"
}