summaryrefslogtreecommitdiff
path: root/.meta.toml
diff options
context:
space:
mode:
Diffstat (limited to '.meta.toml')
-rw-r--r--.meta.toml44
1 files changed, 44 insertions, 0 deletions
diff --git a/.meta.toml b/.meta.toml
new file mode 100644
index 0000000..877be7c
--- /dev/null
+++ b/.meta.toml
@@ -0,0 +1,44 @@
+# Generated from:
+# https://github.com/zopefoundation/meta/tree/master/config/pure-python
+[meta]
+template = "pure-python"
+commit-id = "7f5b73fe9d2bcbabafaef5f69dd97408a142d42a"
+
+[python]
+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 = 99
+
+[manifest]
+additional-rules = [
+ "recursive-include docs *.bat",
+ "recursive-include src *.dtd",
+ "recursive-include src *.html",
+ "recursive-include src *.in",
+ "recursive-include src *.po",
+ "recursive-include src *.rst",
+ "recursive-include src *.txt",
+ "recursive-include src *.xml",
+ "recursive-include src *.zcml",
+ ]
+
+[check-manifest]
+ignore-bad-ideas = [
+ "src/zope/i18n/tests/de-default.mo",
+ "src/zope/i18n/tests/en-alt.mo",
+ "src/zope/i18n/tests/en-default.mo",
+ "src/zope/i18n/tests/locale/de/LC_MESSAGES/zope-i18n.mo",
+ "src/zope/i18n/tests/locale/en/LC_MESSAGES/zope-i18n.mo",
+ "src/zope/i18n/tests/locale2/en/LC_MESSAGES/zope-i18n.mo",
+ "src/zope/i18n/tests/locale3/en/LC_MESSAGES/zope-i18n.mo",
+ "src/zope/i18n/tests/pl-default.mo",
+ ]