-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.meta.toml
44 lines (39 loc) · 958 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
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/c-code
[meta]
template = "c-code"
commit-id = "ede42d5c"
[python]
with-windows = true
with-pypy = true
with-future-python = true
with-docs = true
with-sphinx-doctests = false
with-macos = false
[tox]
use-flake8 = true
testenv-setenv = [
"ZOPE_INTERFACE_STRICT_IRO=1",
]
[coverage]
fail-under = 97
[flake8]
additional-config = [
"# F401 imported but unused",
"per-file-ignores =",
" src/zope/container/interfaces.py: F401",
]
[manifest]
additional-rules = [
"include *.yaml",
"include *.sh",
"include .readthedocs.yaml",
"include compat.cfg",
"recursive-include docs *.bat",
"recursive-include include/persistent *.h",
"recursive-include include/zope.proxy *.c",
"recursive-include include/zope.proxy *.h",
"recursive-include src *.h",
"recursive-include src *.rst",
"recursive-include src *.zcml",
]