third_party_python/bundle.json
yisi f3a447b51d
update bundle.json.
Signed-off-by: yisi <1584489760@qq.com>
2023-12-14 06:41:04 +00:00

34 lines
845 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": ["mini","small","standard"],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}