~barry/mailman/events-and-web

« back to all changes in this revision

Viewing changes to buildout.cfg

  • Committer: Barry Warsaw
  • Date: 2010-08-24 20:08:00 UTC
  • Revision ID: barry@list.org-20100824200800-g5jaxuzlqu5xtiaj
zc.buildoutĀ 1.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
develop = .
11
11
 
12
12
[interpreter]
13
 
recipe = zc.recipe.egg
 
13
recipe = z3c.recipe.scripts
14
14
interpreter = py
15
15
eggs =
16
16
    mailman
43
43
eggs = mailman
44
44
 
45
45
[pylint]
46
 
recipe = zc.recipe.egg
 
46
recipe = z3c.recipe.scripts
47
47
eggs =
48
48
    pylint
49
49
entry-points = pylint=pylint.lint:Run