[metadata] description-file=README.markdown [aliases] test=pytest [tool:pytest] norecursedirs=dist docs build .tox deploy addopts = --pep8 --flake8 testpaths = tests [yapf] indent_width = 4 column_limit = 77 based_on_style = pep8 spaces_before_comment = 2 split_before_logical_operator = true dedent_closing_brackets = true i18n_comment = NOQA