File: buildout.cfg

package info (click to toggle)
transaction 3.0.0-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 504 kB
  • sloc: python: 3,491; makefile: 127
file content (19 lines) | stat: -rw-r--r-- 272 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[buildout]
develop = .
parts = py sphinx

[test]
recipe = zc.recipe.testrunner
eggs = transaction [test]

[py]
recipe = zc.recipe.egg
eggs = ${test:eggs}
interpreter = py

[sphinx]
recipe = zc.recipe.egg
eggs =
  transaction
  sphinx ==1.2.3
  repoze.sphinx.autointerface