[go: nahoru, domu]

blob: e12068c573c6f6efd3a93796e6dceeae188b35cd [file] [log] [blame]
Keun Soo Yim3b10a5a2017-12-22 19:03:44 -08001[bdist_wheel]
2universal = 1
3
4[flake8]
5max-line-length = 100
6ignore = F821
7
8[tool:pytest]
9minversion = 2.2.0
10pep8ignore =
11 documentation/*.py ALL
12 test_six.py ALL
13flakes-ignore =
14 documentation/*.py ALL
15 test_six.py ALL
16 six.py UndefinedName
17
18[egg_info]
19tag_build =
20tag_date = 0
21