-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path.meta.toml
75 lines (67 loc) · 1.81 KB
/
.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/c-code
[meta]
template = "c-code"
commit-id = "1351c95d"
[python]
with-appveyor = true
with-windows = false
with-pypy = true
with-future-python = false
with-docs = true
with-sphinx-doctests = true
with-macos = false
[tox]
use-flake8 = true
additional-envlist = [
"py37-watch, py311-watch",
]
testenv-setenv = [
"ZOPE_INTERFACE_STRICT_IRO=1",
"watch: ZOPE_WATCH_CHECKERS=1",
]
testenv-deps = [
"py37: urllib3 < 2",
]
[coverage]
fail-under = 99.5
[manifest]
additional-rules = [
"include *.yaml",
"include *.sh",
"recursive-include docs *.bat",
"recursive-include include *.h",
"recursive-include src *.zcml",
]
[check-manifest]
additional-ignores = [
"docs/_build/*/*/*/*/*",
"docs/_build/*/*/*/*",
"docs/_build/*/*/*",
"docs/_build/*/*",
"docs/_build/*",
"src/coverage.xml",
]
[flake8]
additional-config = [
"# F401 imported but unused",
"per-file-ignores =",
" src/zope/security/__init__.py: F401",
]
[github-actions]
additional-config = [
"- [\"3.7\", \"py37-watch\"]",
"- [\"3.11\", \"py311-watch\"]",
]
additional-build-dependencies = [
"zope.proxy",
]
[appveyor]
global-env-vars = [
"# Currently the builds use @mgedmin's Appveyor account. The PyPI token belongs",
"# to zope.wheelbuilder, which is managed by @mgedmin and @dataflake.",
"TWINE_USERNAME: __token__",
"TWINE_PASSWORD:",
" secure: aoZC/+rvJKg8B5GMGIxd1YDPcIbo2kSsckCbQ6o8fhIRqSyuhX1iLm21hgDEkq2ePuyQ7+cWnNvXGactxjzA4iUS5GCOuF/E6YTvS3nGcuoQuH607wn2hngzz1p4Z+5ClFPx27vZiRAFgBoTbIo8XODHC9qFYluZ68eiwxFOiCuXK9ONEjMn8LjoaNSPJYyJO3Wr8W5oLeYG+wGcNGuYVXEk5/LSDg5n17ujpL7qsVTdVNjTwgmtnv191n2ip1Sgh1O5Xm9eG7VDZSxr/xNMpw==",
"ZOPE_INTERFACE_STRICT_IRO: 1",
]