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

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

[tox]
use-flake8 = true
testenv-additional-extras = [
    "untrusted",
    ]

[coverage]
fail-under = 98

[manifest]
additional-rules = [
    "include *.yaml",
    "recursive-include docs *.bat",
    "recursive-include docs *.pt",
    "recursive-include src *.html",
    ]