From 735bec6be2ffd7c0742b9ce39a23b96e599db63f Mon Sep 17 00:00:00 2001 From: Unrud Date: Thu, 26 Apr 2018 00:00:15 +0200 Subject: [PATCH] Don't use wild card for egg-info file --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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