public
Description: FiveRuns Dash core package for Python
Homepage: http://dash.fiveruns.com
Clone URL: git://github.com/fiveruns/dash-python.git
dash-python / buildout.cfg
100644 17 lines (14 sloc) 0.227 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[buildout]
develop = .
eggs = fiveruns.dash
parts =
    python
    test
 
[python]
recipe = zc.recipe.egg
interpreter = python
eggs = ${buildout:eggs}
 
[test]
recipe = zc.recipe.testrunner
script = test
eggs = ${buildout:eggs}