Files @ a301a0039c66
Branch filter:

Location: light9/buildout.cfg

Drew Perttula
buildout and rdflib updates
Ignore-this: 912b5b138f73771434f6cc1b077841c0
[buildout]
parts = external_libs 
bin-directory = bin
download-cache = /tmp/



[external_libs]
recipe = zc.recipe.egg
eggs = web.py==0.36
       cyclone==1.0-rc4
       rdflib==3.2.1
       restkit==4.1.2

python = python
interpreter = python
extra-paths = 

[python]
executable = /usr/bin/python2.7