Mercurial > hg > ltpdarepo
comparison buildout.cfg @ 99:f6baba33612e
Explicitly list generated scripts in buildout. Drop wsgi buildout section.
author | Daniele Nicolodi <daniele@grinta.net> |
---|---|
date | Sun, 21 Aug 2011 19:03:00 +0200 |
parents | 5a3c91771914 |
children | 0d259fd52ca0 |
comparison
equal
deleted
inserted
replaced
98:84672a6ac38b | 99:f6baba33612e |
---|---|
10 ordereddict | 10 ordereddict |
11 argparse | 11 argparse |
12 itsdangerous | 12 itsdangerous |
13 ltpdarepo | 13 ltpdarepo |
14 interpreter = python | 14 interpreter = python |
15 | 15 scripts = run admin |
16 [wsgi] | |
17 recipe = zc.recipe.egg | |
18 eggs = ${flask:eggs} | |
19 entry-points = | |
20 wsgi=ltpdarepo:main | |
21 initialization = | |
22 from ltpdarepo import app as application | |
23 application.config.from_pyfile('${buildout:directory}/src/ltpdarepo/config.py') |