From 99d41cd020ecc644a17975db981cb19e020e6d3c Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Sat, 18 Nov 2017 22:25:09 -0500 Subject: More pycache pruning --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f377882..da044f6 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='actinide', version='0.1.0', packages=find_packages( - exclude=['tests', 'tests.*', '*.__pycache__'], + exclude=['tests', 'tests.*', '*.__pycache__'. '*.__pycache__.*'], ), scripts=['bin/actinide-repl'], -- cgit v1.2.3