forked from collective/collective.easyform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildout.cfg
48 lines (36 loc) · 780 Bytes
/
buildout.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[buildout]
extends = tests-6.0.x.cfg
parts +=
releaser
i18ndude
vscode
omelette
[instance]
eggs +=
${buildout:package-name} ${buildout:package-extras}
Products.PrintingMailHost
[omelette]
recipe = collective.recipe.omelette
eggs = ${test:eggs}
[releaser]
recipe = zc.recipe.egg
eggs = zest.releaser
[i18ndude]
recipe = zc.recipe.egg
eggs = i18ndude
[sphinxbuilder]
recipe = collective.recipe.sphinxbuilder
source = ${buildout:directory}/docs
eggs =
${instance:eggs}
sphinxcontrib-robotdoc
sphinxcontrib-httpdomain
[versions]
# Don't use a released version of collective.easyform
collective.easyform =
[vscode]
recipe = collective.recipe.vscode
eggs = ${test:eggs}
flake8-enabled = false
black-enabled = true
generate-envfile = true