summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e214c33..5fc49d2 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,8 @@ setup(name='lorry-controller',
author='Codethink Ltd',
author_email='baserock-dev@baserock.org',
url='http://www.baserock.com/',
- scripts=['lorry-controller-webapp', 'lorry-controller-minion'],
+ scripts=['lorry-controller-webapp', 'lorry-controller-minion',
+ 'lorry-controller-remove-old-jobs'],
packages=['lorrycontroller'],
data_files=[
('share/lorry-controller/templates', glob.glob('templates/*')),