python-2.6.cfg 383 Bytes
[buildout]
extends = ../software-profiles/python-common.cfg

parts =
    python2.6

[python2.6]
<= python-common
python_version_major = 2.6
python_version_minor = 5
# this next setting should always match the name of this part
name = python2.6

[bootstrap2.6]
recipe = zc.recipe.egg
eggs = zc.buildout
python = python2.6
scripts =
    buildout=bootstrap2.6
arguments = ["bootstrap"]