summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-09-27 09:46:54 +0000
committerLars Wirzenius <liw@liw.fi>2017-09-27 09:46:54 +0000
commit22eda1e5a5ff533c840cac546b6e49ed4ca0fa25 (patch)
tree4389896bdc251edede7d28394696be90f9a0e2a7 /setup.py
parente45d058303d81f6d05019b7ebe235670a93855e6 (diff)
downloadqvisqve-22eda1e5a5ff533c840cac546b6e49ed4ca0fa25.tar.gz
Fix: install qvarnbench.py using that name in setup.py
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 52f566f..c7c4387 100644
--- a/setup.py
+++ b/setup.py
@@ -30,5 +30,5 @@ setup(
author='Lars Wirzenius',
author_email='liw@qvarnlabs.com',
packages=['qvarn'],
- scripts=['qvarnbackend'],
+ scripts=['qvarnbackend.py'],
)