diff options
author | liang gao <jean.gaoliang@huawei.com> | 2016-07-26 01:34:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-07-26 01:34:14 +0000 |
commit | dab477b757c53c18cc619f7f5c82fe5c0e61e67f (patch) | |
tree | 5cc1213eb23c7d2a34fdc9b56fa3bf34b523532d /setup.py | |
parent | b0d32886194231709d9fc03cdb111b77529a4da0 (diff) | |
parent | 3f8aabb29a49d650609832073c60589e68d9f3e8 (diff) |
Merge "Update setup.py to include plugin install/remove scripts and rename "script" directory to "scripts""
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -19,7 +19,9 @@ setup( 'benchmark/scenarios/networking/*.txt', 'benchmark/scenarios/parser/*.sh', 'benchmark/scenarios/storage/*.bash', - 'resources/files/*' + 'resources/files/*', + 'resources/scripts/install/*.bash', + 'resources/scripts/remove/*.bash' ] }, url="https://www.opnfv.org", |