diff --git a/setup.py b/setup.py index c2a3ac9732514978a9536f6ee2f0500cf50ea5a1..48dfdd0c327caaefe6842efb47dc916d8c661959 100755 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ class CleanCmd(Command): # Configure for this project. suffixes2del = ['MANIFEST', '.pyc', 'chkcrontabc'] dirs2del = ['./build', './dist', './.tox', './.coverage', - './__pycache__', './htmlcov'] + './__pycache__', './tests/__pycache__', './htmlcov'] dirs2ign = ['./.git'] # End config. doomed = set()