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

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

[tox]
use-flake8 = true

[coverage]
fail-under = 100

[flake8]
additional-config = [
    "# F401 imported but unused",
    "per-file-ignores =",
    "    src/zope/location/__init__.py: F401",
    ]

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