setup.cfg 179 B

123456789
  1. [aliases]
  2. test = pytest
  3. [bdist_wheel]
  4. python-tag = py3
  5. [tool:pytest]
  6. addopts = --flake8 --isort --cov radicale -r s
  7. norecursedirs = dist .cache .git build *.egg-info .eggs venv