Browse Source

make sure that setuptools is available from bin/py interpreter

tags/v1.0.0
Krzysztof Klimonda 11 years ago
parent
commit
a89b83c159
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      buildout.cfg

+ 3
- 1
buildout.cfg View File

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

Loading…
Cancel
Save