Ver código fonte

make sure that setuptools is available from bin/py interpreter

tags/v1.0.0
Krzysztof Klimonda 11 anos atrás
pai
commit
a89b83c159
1 arquivos alterados com 3 adições e 1 exclusões
  1. +3
    -1
      buildout.cfg

+ 3
- 1
buildout.cfg Ver arquivo

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

Carregando…
Cancelar
Salvar