Statistics
| Branch: | Tag: | Revision:

root / ui.pyramid / buildout.cfg @ d12e4bad

History | View | Annotate | Download (154 Bytes)

1
[buildout]
2
parts =
3
    pyramid
4
 
5
develop = .
6
 
7
[pyramid]
8
recipe = zc.recipe.egg
9
dependent-scripts = true
10
eggs =
11
    pyramid
12
    synnefo
13

    
14
interpreter = py