summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2021-05-28 08:06:54 +0200
committerGitHub <noreply@github.com>2021-05-28 08:06:54 +0200
commit285490922584c1be42b5be89c00e7c8e1d972fb8 (patch)
tree1799c5e38f037525a99d6784e6b54f9ae0e6d0b8 /setup.cfg
parent7153aa0fbb108e9c74d13a2454e1602330bf9b4e (diff)
downloadzope-pagetemplate-285490922584c1be42b5be89c00e7c8e1d972fb8.tar.gz
Config with pure python (#28)
* Lint the code. * Add support for Python 3.9.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 2a9acf1..8b04203 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,14 @@
+# 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/*