12 lines
239 B
JSON
12 lines
239 B
JSON
{
|
|
"name": "rodeo-builder",
|
|
"description": "Tool for building rodeo packages",
|
|
"version": "0.1.1",
|
|
"build": "bash build.sh",
|
|
"dependencies": {
|
|
"build": { "commands": ["pip"] },
|
|
"runtime": {
|
|
"python": "*"
|
|
}
|
|
}
|
|
}
|