source: products/Products.MailHost/trunk/buildout.cfg

Last change on this file was 3356, checked in by fenix, 12 years ago

Load 2.13.1 into vendor/Products.MailHost?/current.

  • Property svn:eol-style set to native
File size: 195 bytes
Line 
1[buildout]
2develop = .
3parts = interpreter test
4
5[interpreter]
6recipe = zc.recipe.egg
7interpreter = python
8eggs = Products.MailHost
9
10[test]
11recipe = zc.recipe.testrunner
12eggs = Products.MailHost
Note: See TracBrowser for help on using the repository browser.