annotate buildout.cfg @ 398:7812e00ff5b1

encode paste buffer write for Python 3
author catherine.devlin@gmail.com
date Sun, 19 Sep 2010 09:20:56 -0400
parents 2d6280e022e4
children
rev   line source
5
2d6280e022e4 first try with buildout
catherine@cordelia
parents:
diff changeset
1 [buildout]
2d6280e022e4 first try with buildout
catherine@cordelia
parents:
diff changeset
2 parts = mypython
2d6280e022e4 first try with buildout
catherine@cordelia
parents:
diff changeset
3 develop = .
2d6280e022e4 first try with buildout
catherine@cordelia
parents:
diff changeset
4
2d6280e022e4 first try with buildout
catherine@cordelia
parents:
diff changeset
5 [mypython]
2d6280e022e4 first try with buildout
catherine@cordelia
parents:
diff changeset
6 recipe = zc.recipe.egg
2d6280e022e4 first try with buildout
catherine@cordelia
parents:
diff changeset
7 interpreter = mypython
2d6280e022e4 first try with buildout
catherine@cordelia
parents:
diff changeset
8 eggs = cmd2