From 3f8aabb29a49d650609832073c60589e68d9f3e8 Mon Sep 17 00:00:00 2001 From: JingLu5 Date: Mon, 25 Jul 2016 11:01:36 +0800 Subject: Update setup.py to include plugin install/remove scripts and rename "script" directory to "scripts" Change-Id: I420b391acc15e6c65816c33b8568e86d8238bcc7 Signed-off-by: JingLu5 --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'setup.py') 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", -- cgit 1.2.3-korg