third_party_python/bundle.json
jiaoyuens 730a8d863b yin-hengrui
Signed-off-by: jiaoyuens <yinhengrui@huawei.com>
2022-06-08 17:42:12 +08:00

34 lines
820 B
JSON

{
"name": "@ohos/python",
"description": "Python is a programming language that lets you work quickly and integrate systems more effectively.",
"version": "3.1",
"license": "Python Software Foundation V2",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/python"
},
"dirs": {},
"scripts": {},
"readmePath": {
"en": "README.rst"
},
"component": {
"name": "python",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}