summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2017-11-18 22:25:09 -0500
committerOwen Jacobson <owen@grimoire.ca>2017-11-18 22:25:09 -0500
commit99d41cd020ecc644a17975db981cb19e020e6d3c (patch)
treee72b936808a5421a1e882f6c7841e0206b1f6b4c /setup.py
parent24219901c762e82126ea2e010d3a7efbf5c6647f (diff)
More pycache pruning
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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'],