From 85d6e5f82489a35234dfbafab60a03967ce7214d Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@ie.suberic.net> Date: Mon, 18 Jun 2012 02:23:19 +0100 Subject: [PATCH] No, really remove __pycache__ dirs... --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c2a3ac9..48dfdd0 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() -- GitLab