diff --git a/setup.cfg b/setup.cfg index 1317b84..6c7e202 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,4 +6,4 @@ python-tag = py3 [tool:pytest] addopts = --flake8 --isort --cov radicale -r s -norecursedirs = dist .cache .git build *.egg-info .eggs venv +norecursedirs = dist .cache .git build Radicale.egg-info .eggs venv