summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 9cc24f67ff17a1f6b39c8dd21aff202c224be3fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[bdist_rpm]
requires = redis >= 3.0.0
           click >= 3.0

[wheel]
universal = 1

[flake8]
max-line-length=120
ignore=E731
count=True
statistics=True