From a89b83c159d7b2d5a0fc856a947e79bbcf1dffe4 Mon Sep 17 00:00:00 2001 From: Krzysztof Klimonda Date: Fri, 29 Mar 2013 15:39:57 +0100 Subject: [PATCH] make sure that setuptools is available from bin/py interpreter --- buildout.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/buildout.cfg b/buildout.cfg index 2412b62..fbd0b37 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -16,4 +16,6 @@ project = pinry [python] recipe = zc.recipe.egg interpreter = py -eggs = ${buildout:eggs} +eggs = + ${buildout:eggs} + distribute