summaryrefslogtreecommitdiff
path: root/.meta.toml
blob: e4002d65d07d3f6251f2bce7df1d780ae70e5bfb (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 = "4f0f7596"

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

[coverage]
fail-under = 100

[tox]
use-flake8 = true

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