diff options
| author | Vincenzo Maffione <v.maffione@gmail.com> | 2017-06-08 22:04:23 +0200 |
|---|---|---|
| committer | Vincenzo Maffione <v.maffione@gmail.com> | 2017-06-08 22:04:23 +0200 |
| commit | 237bae93f53d69c9574d9105121d5a5db80a2045 (patch) | |
| tree | 9aa1187ab9c341a5e53e2b4c56e912ec53b888e0 /setup.py | |
| parent | db18f01116739a2854c4305a7ad72da8c56d446d (diff) | |
| parent | 4dced04d238234c98a7c8221c1a7c9cfb84bf88b (diff) | |
| download | rumba-237bae93f53d69c9574d9105121d5a5db80a2045.tar.gz rumba-237bae93f53d69c9574d9105121d5a5db80a2045.zip | |
Merge branch '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'] ) |
