| [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} | |