summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-04-23 16:36:55 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-04-23 16:36:55 +0000
commitede3f337e9769b0e6756d4b9cc37d33aa62b82ba (patch)
tree994f0723f177eb5ac279b0a0b28beb611963070e /setup.py
parent5afef32028fbcacb7acc3d0318407169dd2353de (diff)
parent89974c3363a3f8467e471aa0bf78ea65e6e03929 (diff)
downloadlorry-ede3f337e9769b0e6756d4b9cc37d33aa62b82ba.tar.gz
Merge branch 'baserock/liw/new-lc-2'
Daniel and Richard reviewed the original set of changes, and Richard my further changes based on review feedback. Reviewed-by: Daniel Silverstone Reviewed-by: Richard Maw
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 811c727..cf172ea 100644
--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,7 @@ FIXME
author='Baserock',
author_email='baserock-dev@baserock.org',
url='http://wiki.baserock.org/',
- scripts=['lorry', 'lorry.tar-importer'],
+ scripts=['lorry', 'lorry.tar-importer', 'lorry-ssh-wrapper'],
data_files=[('share/man/man1', glob.glob('*.[1-8]'))],
cmdclass={
'build': GenerateManpage,