make sure that setuptools is available from bin/py interpreter

This commit is contained in:
Krzysztof Klimonda
2013-03-29 15:39:57 +01:00
parent e71452c68f
commit a89b83c159

View File

@@ -16,4 +16,6 @@ project = pinry
[python]
recipe = zc.recipe.egg
interpreter = py
eggs = ${buildout:eggs}
eggs =
${buildout:eggs}
distribute