aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8fd50b6..64fb153 100644
--- a/setup.py
+++ b/setup.py
@@ -17,6 +17,6 @@ setup(name='Collagen',
'collagen/common',
'collagen/protocol',
'collagen/util/'],
- scripts=['src/matchbox.py', 'src/tinderbox.py']
+ scripts=['src/matchbox.py', 'src/tinderbox.py','util/mktinderboxchroot.sh']
)