File: buildout.cfg

package info (click to toggle)
zope2.13 2.13.22-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 38,644 kB
  • ctags: 38,805
  • sloc: python: 196,395; xml: 90,515; ansic: 24,121; sh: 916; makefile: 333; perl: 37
file content (19 lines) | stat: -rw-r--r-- 318 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[buildout]
develop = .
parts = test python docs

[test]
recipe = zc.recipe.testrunner
eggs = zope.interface

[python]
recipe = zc.recipe.egg
eggs = zope.interface
interpreter = python

[docs]
recipe = z3c.recipe.sphinxdoc
eggs = zope.interface [docs]
build-dir = ${buildout:directory}/docs
default.css =
layout.html =