diff options
| author | bozokopic <bozo.kopic@gmail.com> | 2017-04-24 23:40:00 +0200 |
|---|---|---|
| committer | bozokopic <bozo.kopic@gmail.com> | 2017-04-24 23:40:00 +0200 |
| commit | 085b236d9a169a1815a6117caab5894521e59672 (patch) | |
| tree | 3d3220936a877fbe75206e2effc581c548d568ec /app.json | |
| parent | ed9f4f8991f4e8b31270dbbf17215732d73c9e37 (diff) | |
heroku init
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"} + ] +} |
