setup.cfg 294 B

12345678910111213
  1. [aliases]
  2. test = pytest
  3. [bdist_wheel]
  4. python-tag = py3
  5. [tool:pytest]
  6. addopts = --flake8 --isort --cov -r s
  7. norecursedirs = dist .cache .git build Radicale.egg-info .eggs venv
  8. [isort]
  9. known_standard_library=posixpath
  10. known_third_party=gunicorn,passlib,pkg_resources,pytest,pytest_cov,vobject