paula: removed empty dirs
[paula.git] / paula.authutil / trunk / buildout.cfg
blobb7d30f1b60a574ef06681b3e8df93823ddc236a6
1 [buildout]
2 develop = .
3     externals/paula.authentication
4     externals/paula.testing
5 parts = test py
7 [test]
8 recipe = zc.recipe.testrunner
9 eggs = paula.authutil [test]
11 [py]
12 recipe = zc.recipe.egg
13 interpreter = py
14 eggs = ${test:eggs}