[buildout] parts = test-runner scripts python develop = . eggs = BeautifulSoup [test-runner] recipe = zc.recipe.testrunner eggs = kss.base BeautifulSoup script = test [scripts] recipe = zc.recipe.egg eggs = kss.base parts = mypython [python] recipe = zc.recipe.egg interpreter = python eggs = kss.base