annotate buildout.cfg @ 396:e60e2c15f026

ignore whitespace during comparisons
author Catherine Devlin <catherine.devlin@gmail.com>
date Thu, 16 Sep 2010 07:38:26 -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