diff buildout.cfg @ 5:2d6280e022e4

first try with buildout
author catherine@cordelia
date Tue, 13 May 2008 17:05:51 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/buildout.cfg	Tue May 13 17:05:51 2008 -0400
@@ -0,0 +1,8 @@
+[buildout]
+parts = mypython
+develop = .
+
+[mypython]
+recipe = zc.recipe.egg
+interpreter = mypython
+eggs = cmd2