-
Notifications
You must be signed in to change notification settings - Fork 7
/
.meta.toml
52 lines (44 loc) · 995 Bytes
/
.meta.toml
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
49
50
51
52
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/zope-product
[meta]
template = "zope-product"
commit-id = "acd8d239"
[python]
with-windows = false
with-pypy = false
with-future-python = false
with-docs = true
with-sphinx-doctests = false
with-macos = false
[tox]
use-flake8 = true
[manifest]
additional-rules = [
"include *.yaml",
"recursive-include src *.dtml",
"recursive-include src *.jpg",
"recursive-include src *.zcml",
]
[check-manifest]
additional-ignores = [
"docs/_build/html/_static/*",
]
[coverage]
fail-under = 81
[isort]
known_third_party = "ldap, ldapurl, six"
known_first_party = "dataflake, Products.GenericSetup"
[github-actions]
additional-install = [
"set -ex",
"sudo apt update",
"sudo apt install -y ldap-utils slapd libldap2-dev libsasl2-dev",
]
[readthedocs]
build-extra = [
"apt_packages:",
" - ldap-utils",
" - slapd",
" - libldap2-dev",
" - libsasl2-dev",
]