summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 218ddccbde72a7e36fea9f0b71e69d6bdc34b114 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[aliases]
test=pytest

[bdist_wheel]
universal=1

[metadata]
requires-dist =
    enum34; python_version<"3.4"
    configparser; python_version<"3.2"
    pyflakes >= 0.8.1, != 1.2.0, != 1.2.1, != 1.2.2, < 1.3.0
    pycodestyle >= 2.0.0, < 2.1.0
    mccabe >= 0.5.0, < 0.6.0

[pytest]
norecursedirs = .git .* *.egg* old docs dist build
addopts = -rw