summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-11-24 17:15:44 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-11-24 17:16:27 +0000
commitd64da0cb16679f0791077ff5e1f9d03fa16a745f (patch)
tree3916cc921cd4346c76e55dd418338204443e03e8
parentcad366009045adaae0359b9d0c55d33d0f106d61 (diff)
downloadlorry-d64da0cb16679f0791077ff5e1f9d03fa16a745f.tar.gz
Install gzip importer
Change-Id: Ifd8fd2c59f218a478ddfce67c60c623f77a69de8
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0ca44ff..498fccc 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.gzip-importer',
'lorry.zip-importer', 'lorry-ssh-wrapper'],
data_files=[('share/man/man1', glob.glob('*.[1-8]'))],
cmdclass={