aboutsummaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-08-07 23:36:54 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-08-07 23:36:54 +0200
commit63fb386ba710e343ef81ac757d2de07a6bd01f39 (patch)
tree7ec3875a09d376a513f9fd48c11134bb6efd242d /app.json
parentFixed app.json. (diff)
downloadnewspipe-63fb386ba710e343ef81ac757d2de07a6bd01f39.tar.gz
newspipe-63fb386ba710e343ef81ac757d2de07a6bd01f39.tar.bz2
newspipe-63fb386ba710e343ef81ac757d2de07a6bd01f39.zip
Updated app.json
Diffstat (limited to 'app.json')
-rw-r--r--app.json8
1 files changed, 1 insertions, 7 deletions
diff --git a/app.json b/app.json
index 1fd15344..3628dd0a 100644
--- a/app.json
+++ b/app.json
@@ -1,15 +1,9 @@
{
"name": "pyAggr3g470r",
"description": "A news aggregator with a web interface based on Flask. It can be deployed on Heroku or on a traditional server.",
- "keywords": [
- "aggregator",
- "news",
- "RSS"
- ],
- "website": "https://bitbucket.org/cedricbonhomme/pyaggr3g470r",
+ "keywords": ["aggregator", "news", "RSS"],
"repository": "https://github.com/cedricbonhomme/pyAggr3g470r",
"logo": "https://raw.githubusercontent.com/cedricbonhomme/pyAggr3g470r/master/pyaggr3g470r/static/img/logo.png",
- "success_url": "/login",
"scripts": {
"postdeploy": "python db_create.py"
},
bgstack15