Skip to content

Commit

Permalink
Add release.cfg for coredev releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Apr 15, 2014
1 parent 04dc928 commit f65c76d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions release.cfg
@@ -0,0 +1,26 @@
[buildout]
extends = buildout.cfg
# parts += manage
auto-checkout += esteele.manager
eggs += esteele.manager
pdbpp
zest.pocompile
Products.PrintingMailhost

[manage]
recipe = zc.recipe.egg
eggs = esteele.manager

[sources]
esteele.manager = git git@github.com:esteele/esteele.manager.git

[alltests]
exclude +=
GitPython
PyGithub
argparse
configparser
keyring

[releaser]
eggs += esteele.manager

0 comments on commit f65c76d

Please sign in to comment.