Update README.md
[www.martinvillalba.com.git] / buildout.cfg
blobad07aabef700dbb64ba6e5d312a09e3e04c5203c
1 [buildout]
2 index = http://mirrors.martinvillalba.com/pypi
3 parts =
4     hyde
5     gae
7 [hyde]
8 recipe = zc.recipe.egg
9 eggs = hyde
11 [gae]
12 recipe = hexagonit.recipe.download
13 url = http://googleappengine.googlecode.com/files/google_appengine_1.5.4.zip
14 strip-top-level-dir = true