File: buildout.cfg

package info (click to toggle)
zope.interface 7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,516 kB
  • sloc: python: 14,848; ansic: 1,878; makefile: 144
file content (14 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[buildout]
develop = .
parts = test python

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

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