1[aliases]
2testing = develop easy_install pycha[testing]
3
4[flake8]
5ignore = E501
6max-complexity = -1
7
8[egg_info]
9tag_build =
10tag_date = 0
11
12