aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorVincenzo Maffione <v.maffione@gmail.com>2017-06-08 22:04:23 +0200
committerVincenzo Maffione <v.maffione@gmail.com>2017-06-08 22:04:23 +0200
commit237bae93f53d69c9574d9105121d5a5db80a2045 (patch)
tree9aa1187ab9c341a5e53e2b4c56e912ec53b888e0 /setup.py
parentdb18f01116739a2854c4305a7ad72da8c56d446d (diff)
parent4dced04d238234c98a7c8221c1a7c9cfb84bf88b (diff)
downloadrumba-237bae93f53d69c9574d9105121d5a5db80a2045.tar.gz
rumba-237bae93f53d69c9574d9105121d5a5db80a2045.zip
Merge branch 'access'
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 316b6da..85760f2 100755
--- a/setup.py
+++ b/setup.py
@@ -20,5 +20,6 @@ setup(
description="Rumba measurement framework for RINA",
long_description=long_description,
packages=["rumba", "rumba.testbeds", "rumba.prototypes"],
- install_requires=["paramiko", "wheel", "wget"]
+ install_requires=["paramiko", "wheel", "wget"],
+ scripts = ['tools/rumba-access']
)