1[bdist_wheel]
2universal = 1
3
4[egg_info]
5tag_date = 0
6tag_build =
7
8[easy_install]
9zip_ok = True
10
11[aliases]
12release = egg_info -RDb ''
13
14[metadata]
15description-file = README.rst
16
17[build_sphinx]
18source-dir = docs/source
19build-dir = docs/build
20all_files = 1
21
22[flake8]
23application-import-names = pockets,tests
24import-order-style = pep8
25ignore = E203,W503
26
27[tool:pytest]
28doctest_optionflags = ELLIPSIS IGNORE_EXCEPTION_DETAIL NORMALIZE_WHITESPACE
29
30