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

Last change on this file since 7784 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
RevLine 
[7565]1[buildout]
[7613]2develop = .
[7565]3parts =
4    py
5    multimech-scripts
6versions = versions
7
8[versions]
[7613]9multimechanize = 1.2.0
[7565]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.