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

[wheel]
universal = 1

[flake8]
max-line-length=120
ignore=E731