[buildout] develop = . parts = test i18n find-links = http://download.zope.org/distribution/ index = http://download.zope.org/zope3.4 newest = false # eggs will be installed in the default buildout location # (see ~/.buildout/default.cfg) [test] recipe = zc.recipe.testrunner eggs = ztm.export [test] defaults = ['--tests-pattern', '^f?tests$', '-v'] [i18n] recipe = lovely.recipe:i18n package = ztm.export domain = ztm.export location = src/ztm/export output = locales eggs = ztm.topicmaps