Mercurial > hg > ltpdarepo
comparison buildout.cfg @ 258:773d9567dcb2
Update to current buildout.
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Mon, 29 Sep 2014 13:52:20 +0200 |
parents | cbbc747949f9 |
children |
comparison
equal
deleted
inserted
replaced
257:5e11cd66721d | 258:773d9567dcb2 |
---|---|
5 | 5 |
6 # install software | 6 # install software |
7 [install] | 7 [install] |
8 recipe = zc.recipe.egg | 8 recipe = zc.recipe.egg |
9 eggs = ltpdarepo | 9 eggs = ltpdarepo |
10 interpreter = python | |
11 scripts = | 10 scripts = |
12 | 11 |
13 # generate scripts pointing to the right configuration file | 12 # generate scripts pointing to the right configuration file |
14 [instance] | 13 [instance] |
15 recipe = zc.recipe.egg:script | 14 recipe = zc.recipe.egg:script |