aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJingLu5 <lvjing5@huawei.com>2016-07-25 11:01:36 +0800
committerJingLu5 <lvjing5@huawei.com>2016-07-26 08:37:56 +0800
commit3f8aabb29a49d650609832073c60589e68d9f3e8 (patch)
treed149a3648da5380866b441228141cc50b503cf58 /setup.py
parente19b546f69f8d59204f669c5d637d434c833fc09 (diff)
Update setup.py to include plugin install/remove scripts and rename "script" directory to "scripts"
Change-Id: I420b391acc15e6c65816c33b8568e86d8238bcc7 Signed-off-by: JingLu5 <lvjing5@huawei.com>
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8b37943ea..35037382c 100755
--- a/setup.py
+++ b/setup.py
@@ -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",