summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2021-09-06 08:11:11 +0200
committerGitHub <noreply@github.com>2021-09-06 08:11:11 +0200
commit53141afa75f6cdf0c75e2496d697313820a03039 (patch)
tree9084f1a2994c8c9a6e592a433c4d6f66b2de5b51 /setup.cfg
parent59d212f62d20f9bad168a0dcb8bb137bd625130b (diff)
parent51480fc597fa04b2a044b873605cb114efacf9f6 (diff)
downloadzope-i18n-53141afa75f6cdf0c75e2496d697313820a03039.tar.gz
Merge pull request #49 from zopefoundation/config-with-pure-python-autopep8
Config with pure python
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg21
1 files changed, 21 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 2a9acf1..43050e9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,23 @@
+# Generated from:
+# https://github.com/zopefoundation/meta/tree/master/config/pure-python
[bdist_wheel]
universal = 1
+
+[flake8]
+doctests = 1
+
+[check-manifest]
+ignore =
+ .editorconfig
+ .meta.toml
+ docs/_build/html/_sources/*
+ docs/_build/doctest/*
+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