summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 2635f0f2e364a77d48b62d3471e44d04672ec0f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[wheel]
universal = 1

[metadata]
license_file = docs/license.txt

[flake8]
exclude =
show-source = True
max-line-length = 89

[tool:pytest]
python_files = test_*.py
testpaths =
    src/webob
    tests