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

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

[tox]
use-flake8 = true

[coverage]
fail-under = 84

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