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

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

[coverage]
fail-under = 100

[tox]
use-flake8 = true

[manifest]
additional-rules = [
    "recursive-include src *.rst",
    ]