-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.meta.toml
More file actions
39 lines (33 loc) · 761 Bytes
/
.meta.toml
File metadata and controls
39 lines (33 loc) · 761 Bytes
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
34
35
36
37
38
39
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/zope-product
[meta]
template = "zope-product"
commit-id = "9fcd3d67"
[python]
with-windows = false
with-pypy = false
with-future-python = false
with-docs = true
with-sphinx-doctests = false
with-macos = false
[tox]
use-flake8 = true
[coverage]
fail-under = 84
[isort]
known_third_party = "memcache, six"
[check-manifest]
additional-ignores = [
"docs/_build/html/_images/*",
"docs/_build/html/_static/*",
"docs/_build/html/_static/scripts/*",
]
[manifest]
additional-rules = [
"include *.yaml",
"include *.txt",
"include docs/*.png",
"include docs/requirements.txt",
"include docs/_static/README.txt",
"recursive-include src *.pt",
]