summaryrefslogtreecommitdiff
path: root/.meta.toml
blob: e1e92d92011b0bc4bfb5b524d6f82294aa73f238 (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
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
[meta]
template = "pure-python"
commit-id = "019f22e7c524781b052f2680f90f2ac1195e73e2"

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

[coverage]
fail-under = 100

[coverage-run]
additional-config = [
    "omit = src/zope/__init__.py",
    ]

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

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

[tox]
use-flake8 = true