summaryrefslogtreecommitdiff
path: root/.meta.toml
blob: 45b04bbb63735e749eac802b91c51baae3b6f5a5 (plain)
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
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/c-code
[meta]
template = "c-code"
commit-id = "fe63cb4c"

[python]
with-appveyor = true
with-windows = false
with-pypy = true
with-future-python = true
with-docs = true
with-sphinx-doctests = true
with-macos = false

[tox]
use-flake8 = true

[coverage]
fail-under = 99

[manifest]
additional-rules = [
    "include *.sh",
    "recursive-include docs *.bat",
    "recursive-include src *.h",
    ]

[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.",
    "global:",
    "   TWINE_USERNAME: __token__",
    "   TWINE_PASSWORD:",
    "       secure: aoZC/+rvJKg8B5GMGIxd1bg9UDShk28EhfPQFKI9zy7kzygdgj0XuaK619sLe3s4B08bIJaIUAThxEvWq13IvdLb5Oyk8B9qubd+NnDiNuw8WCGy4owYnbl+61fUVVKJIf1ETQyGDooYrEuBo798/+ycQbilTpmncAHZb2KyZkmA210fcWr7OhwmlRtC4IiW7GPCaxU6qhzLlP5pnS2Tl+yy/qx2DiW2fKWqUqynrb1ZMsk6ygN4qV72glTY6wV0eYboAGlghrws1x5+Z10Yug==",
    ]

[check-manifest]
additional-ignores = [
    "docs/_static",
    "docs/_build",
    "docs/_build/*",
    "docs/_build/*/*",
    ]