summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-10-17 15:27:18 +0300
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-10-23 09:47:27 +0100
commit6cee48214c995b4ff720d96b290bc6e761823cde (patch)
tree1a2cf7f2b4f269613af8f4d82f95709f06fb741c
parent07c2d2ec50801051af4406f3fa24a1be58a90e51 (diff)
downloadlorry-controller-6cee48214c995b4ff720d96b290bc6e761823cde.tar.gz
Install new script
-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/*')),