summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2020-05-20 08:29:40 +0200
committerGitHub <noreply@github.com>2020-05-20 08:29:40 +0200
commitda6a9366f0bb33eb0d3977e094e2f8b5d70f41cb (patch)
tree733d22d7c64f402733ff66aebb9752f0d829e173 /setup.cfg
parentffc45c620523947518b4de4f4458c0e06b56bebf (diff)
downloadzope-browser-da6a9366f0bb33eb0d3977e094e2f8b5d70f41cb.tar.gz
Configuring for pure-python (#5)
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 2a9acf1..9f7321c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,13 @@
+# Generated from:
+# https://github.com/zopefoundation/meta/tree/master/config/pure-python
[bdist_wheel]
universal = 1
+
+[flake8]
+doctests = 1
+
+[check-manifest]
+ignore =
+ .editorconfig
+ .meta.cfg
+ .travis.yml