summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 8b04203b06c9588a7427518f7f792fa82e638222 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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/*