[buildout] develop = . parts = test i18n documentation index = http://download.zope.org/zope3.4/ newest = false # eggs will be installed in the default buildout location # (see ~/.buildout/default.cfg) [documentation] recipe = collective.recipe.sphinxbuilder docs-directory = src/ztm/webdesk/doc author = ztmproject.org outputs = html project = ztm.webdesk [i18n] recipe = lovely.recipe:i18n package = ztm.webdesk domain = ztm.webdesk location = src/ztm/webdesk output = locales eggs = ztm.webdesk [i18n] zope.app.zcmlfiles [test] recipe = zc.recipe.testrunner eggs = ztm.webdesk [test] defaults = ['--tests-pattern', '^f?tests$', '-v']