diff options
Diffstat (limited to 'app.json')
| -rw-r--r-- | app.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app.json b/app.json new file mode 100644 index 0000000..201d708 --- /dev/null +++ b/app.json @@ -0,0 +1,9 @@ +{ + "name": "opcut", + "website": "http://opcut.heroku.com", + "repository": "https://github.com/bozokopic/opcut", + "buildpacks": [ + {"url": "heroku/python"}, + {"url": "https://github.com/bozokopic/opcut"} + ] +} |
