File size: 290 Bytes
4fb6e8d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | [buildout]
develop = .
parts =
pyhwp
clitest
[pyhwp]
recipe = zc.recipe.egg
eggs =
pyhwp
[clitest]
recipe = hexagonit.recipe.download
url = https://raw.githubusercontent.com/aureliojargas/clitest/0.3.0/clitest
download-only = true
mode = 0700
destination = ${buildout:bin-directory}
|