forked from OpenG2P/openg2p-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
27 lines (27 loc) · 886 Bytes
/
__manifest__.py
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
# Part of OpenG2P. See LICENSE file for full copyright and licensing details.
{
"name": "OpenG2P Superset Dashboard",
"category": "G2P",
"version": "17.0.0.0.0",
"sequence": 1,
"author": "OpenG2P",
"website": "https://openg2p.org",
"license": "LGPL-3",
"depends": ["base", "web"],
"external_dependencies": {},
"data": [
"views/superset_dashboard_config_views.xml",
"views/superset_dashboard_embedding_views.xml",
],
"demo": [],
"installable": True,
"application": True,
"assets": {
"web.assets_backend": [
"g2p_superset_dashboard/static/src/components/**/*.js",
"g2p_superset_dashboard/static/src/components/**/*.xml",
"g2p_superset_dashboard/static/src/components/**/*.css",
"g2p_superset_dashboard/static/src/components/**/*.scss",
],
},
}