Update setup.py to include plugin install/remove scripts and rename "script" director...
[yardstick.git] / setup.py
index 8b37943..3503738 100755 (executable)
--- 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",