buildout.cfg
changeset 0 712d20d2751e
child 4 974354a28adc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/buildout.cfg	Sat Jan 10 00:35:35 2009 +0100
@@ -0,0 +1,15 @@
+[buildout]
+develop = .
+parts = package test
+find-links = http://download.zope.org/distribution/
+newest = false
+eggs-directory = /var/local/src/ztfy/eggs
+
+[package]
+recipe = zc.recipe.egg
+eggs = ztfy.utils
+       zope.app.zapi
+
+[test]
+recipe = zc.recipe.testrunner
+eggs = ztfy.utils [test]