setup.cfg 170 B

1234567891011
  1. [bdist_wheel]
  2. python-tag = py3
  3. [doc8]
  4. ignore = D001
  5. ignore-path = _build,docs/_build
  6. [tool:pytest]
  7. django_find_project = false
  8. python_files=test_*.py
  9. testpaths=wagtail