diff --git a/setup.cfg b/setup.cfg index dbd1f97a..69feced4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,3 +3,6 @@ release = egg_info -RDb '' [wheel] universal = 1 + +[pytest] +norecursedirs = .* *.egg *.egg-info env* artwork docs