summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-02 18:49:09 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-02 18:49:09 +0100
commitdd5622aed281fb23c9da6307a5e7326f0a87224c (patch)
treeb3b3279b33fadf2551384fb26a98a83cc47baa33
parent7895b713d9a38e10a4ca8391937d775bb5d0c92f (diff)
downloadobnam-dd5622aed281fb23c9da6307a5e7326f0a87224c.tar.gz
Install obnam-benchmark as well.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index efb9c3fb..fa6307f0 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ setup(name='obnam',
author='Lars Wirzenius',
author_email='liw@liw.fi',
url='http://braawi.org/obnam/',
- scripts=['obnam'],
+ scripts=['obnam', 'obnam-benchmark'],
packages=['obnamlib', 'obnamlib.plugins'],
ext_modules=[Extension('_obnam', sources=['_obnammodule.c'])],
data_files=[('share/man/man1', glob.glob('*.1'))],