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

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

[tox]
use-flake8 = true

[coverage]
fail-under = 100

[manifest]
additional-rules = [
    "recursive-include src *.types",
    "recursive-include src *.types-1",
    "recursive-include src *.types-2",
    ]