diff --git a/buildout.cfg b/buildout.cfg index efd3f488183c90914accd279ea604177d1f1b699..9711fe791279bd47d8265be033ef8364960ae4ec 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -19,19 +19,19 @@ eggs = bob==master ;If you would like to pin-down the recipes package version so you are not ;bothered with eventual updates, do it here. Note that, by pinning the version ;of the package, you will be also excluded from bug fixes. -;bob.buildout.recipes = 0.1 +;xbob.buildout = 0.1 [external] -recipe = bob.buildout.recipes:external +recipe = xbob.buildout:external egg-directories = /Users/andre/work/bob-master/build/lib [tests] -recipe = bob.buildout.recipes:nose +recipe = xbob.buildout:nose eggs = ${buildout:eggs} script = tests.py [sphinx] -recipe = bob.buildout.recipes:sphinx +recipe = xbob.buildout:sphinx eggs = ${buildout:eggs} source = ${buildout:directory}/docs build = ${buildout:directory}/sphinx