[buildout]
parts =
  bootstrap

[bootstrap]
recipe = zc.recipe.egg
eggs = zc.buildout
suffix =
scripts =
    buildout=bootstrap${:suffix}
arguments = sys.argv[1:] + ["bootstrap"]