diff options
| author | Marco Capitani <m.capitani@nextworks.it> | 2017-06-13 09:45:15 +0200 |
|---|---|---|
| committer | Marco Capitani <m.capitani@nextworks.it> | 2017-06-13 09:45:15 +0200 |
| commit | 3d16b92c65184d9a7c93a69d2b3393c528bf1dc6 (patch) | |
| tree | 81898aa682d467147bc3117aadb16f1aa5dc787b /setup.py | |
| parent | 57218e2bd37d32a9dafedde90a62b46955ac5e8f (diff) | |
| parent | a5e67722327ecb2046798e6ad9a103fb42cb09e8 (diff) | |
| download | rumba-3d16b92c65184d9a7c93a69d2b3393c528bf1dc6.tar.gz rumba-3d16b92c65184d9a7c93a69d2b3393c528bf1dc6.zip | |
Merge branch 'master' into jfed-irati-fixes (rumba access)
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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'] ) |
