comparison buildout.cfg @ 212:ca6999a5b402

Better setup.py.
author Daniele Nicolodi <daniele@grinta.net>
date Fri, 18 Nov 2011 00:47:32 +0100
parents fd572809cb18
children 3d524d31d1c2
comparison
equal deleted inserted replaced
211:421bcbd15282 212:ca6999a5b402
4 develop = src 4 develop = src
5 5
6 # install software 6 # install software
7 [install] 7 [install]
8 recipe = zc.recipe.egg 8 recipe = zc.recipe.egg
9 eggs = 9 eggs = ltpdarepo
10 distribute
11 Flask
12 WTForms
13 ordereddict
14 argparse
15 itsdangerous
16 python-dateutil < 2.0
17 ltpdarepo
18 interpreter = python 10 interpreter = python
19 scripts = 11 scripts =
20 12
21 # generate scripts pointing to the right configuration file 13 # generate scripts pointing to the right configuration file
22 [instance] 14 [instance]