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

[bdist_wheel]
universal=1

[metadata]
requires-dist =
    enum34; python_version<"3.4"
    configparser; python_version<"3.2"
    pyflakes >= 1.5.0, < 1.6.0
    pycodestyle >= 2.0.0, < 2.4.0
    mccabe >= 0.6.0, < 0.7.0