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

Last change on this file since 9219 was 7613, checked in by uli, 13 years ago

multimech was released on pypi due to my request. No need to maintain an own copy any more :-)

File size: 261 bytes
Line 
1[buildout]
2develop = .
3parts =
4    py
5    multimech-scripts
6versions = versions
7
8[versions]
9multimechanize = 1.2.0
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.