setup.cfg 281 B

123456789101112131415
  1. [aliases]
  2. test = pytest
  3. [bdist_wheel]
  4. python-tag = py3
  5. [tool:pytest]
  6. addopts = --flake8 --isort --cov radicale --cov radicale_vobject -r s
  7. norecursedirs = dist .cache .git build Radicale.egg-info .eggs venv
  8. [isort]
  9. skip = radicale_vobject
  10. [flake8]
  11. exclude = radicale_vobject/*