-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path.meta.toml
More file actions
38 lines (32 loc) · 853 Bytes
/
.meta.toml
File metadata and controls
38 lines (32 loc) · 853 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
# Generated with zope.meta (https://zopemeta.readthedocs.io/) from:
# https://github.com/zopefoundation/meta/tree/master/src/zope/meta/zope-product
[meta]
template = "zope-product"
commit-id = "446e9797"
[python]
with-pypy = false
with-sphinx-doctests = false
with-windows = false
with-future-python = false
with-macos = false
with-docs = true
[coverage]
fail-under = 92
[isort]
known_first_party = "Products.PluginIndexes, Products.ZCTextIndex, Products.ZCatalog"
[manifest]
additional-rules = [
"include *.yaml",
"recursive-include src *.png",
"recursive-include src *.xml",
"recursive-include src *.zpt",
"recursive-include src *.pt",
"recursive-include src *.txt",
"recursive-include src *.zcml",
]
[check-manifest]
additional-ignores = [
"docs/_build/html/_static/scripts/*",
]
[tox]
use-flake8 = true