File: buildout.cfg

package info (click to toggle)
python-restkit 2.0.2-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 7,276 kB
  • ctags: 6,602
  • sloc: python: 6,754; xml: 1,273; makefile: 82; sh: 5
file content (15 lines) | stat: -rw-r--r-- 162 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[buildout]
newest = false
parts = eggs
develop = .

[eggs]
recipe = zc.recipe.egg
eggs =
    pastescript
    ipython
    restkit
    webob
    nose
    coverage