source: main/waeup.sirp/branches/ulif-stress-multimech/buildout.cfg @ 7566

Last change on this file since 7566 was 7565, checked in by uli, 13 years ago

Add buildout.cfg for waeup.stress.

File size: 270 bytes
Line 
1[buildout]
2develop = . multimechanize
3parts =
4    py
5    multimech-scripts
6versions = versions
7
8[versions]
9multimechanize =
10
11[py]
12recipe = zc.recipe.egg
13eggs = waeup.stress
14interpreter = py
15
16[multimech-scripts]
17recipe = zc.recipe.egg:scripts
18eggs =
19    multimechanize
Note: See TracBrowser for help on using the repository browser.