-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.meta.toml
40 lines (34 loc) · 816 Bytes
/
.meta.toml
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
40
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
[meta]
template = "pure-python"
commit-id = "66322213"
[python]
with-windows = false
with-pypy = true
with-future-python = false
with-sphinx-doctests = false
with-macos = false
[tox]
use-flake8 = true
testenv-deps = [
"zope.testrunner",
]
[coverage]
fail-under = 90
[coverage-run]
source = "pythongettext"
[manifest]
additional-rules = [
"recursive-include src *.po",
"recursive-include src *.pot",
]
[check-manifest]
ignore-bad-ideas = [
"src/pythongettext/tests/test.mo",
"src/pythongettext/tests/test2.mo",
"src/pythongettext/tests/test3.mo",
"src/pythongettext/tests/test6.mo",
"src/pythongettext/tests/test_empty.mo",
"src/pythongettext/tests/test_unicode_bom.mo",
]