-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST.json
43 lines (43 loc) · 1.33 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
42
43
{
"__version__": "2.2",
"__name__": "HPE-Ezmeral-Software-ToolBox",
"__author__": "Treo Information Technologies",
"__author_email__": "[email protected]",
"__description__": "HPE Ezmeral Software ToolBox is a collection of tools for HPE Ezmeral Data Fabric.",
"__company__": {
"name": "Treo Information Technologies",
"link": "https://www.treo.com.tr/",
"email": "[email protected]"
},
"__developer__": [
{
"name": "Muhammed Said Bilgehan",
"link": "https://www.linkedin.com/in/msaidbilgehan/",
"email": "[email protected]"
},
{
"name": "Mirza ÖZER",
"link": "https://www.linkedin.com/in/mirza-ozer/",
"email": "[email protected]"
},
{
"name": "Emre Komşal",
"link": "https://www.linkedin.com/in/ekomsal/",
"email": "[email protected]"
}
],
"__readme__": "README.md",
"__license__": "LICENSE",
"__link__": "https://github.com/msaidbilgehan/HPE-Ezmeral-Software-ToolBox",
"entry_points": {
"flask": [
"Flask_App/flask_app.py:main"
],
"docker": [
"docker-compose.yaml:build"
],
"update": [
"update.sh:update"
]
}
}