bug fix: install ssh key resource files
[yardstick.git] / setup.py
index 7adaa05..fee8f3c 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,8 @@ setup(
     package_data={
         'yardstick': [
             'benchmark/scenarios/networking/*.bash',
-            'benchmark/scenarios/storage/*.bash'
+            'benchmark/scenarios/storage/*.bash',
+            'resources/files/*'
          ]
     },
     url="https://www.opnfv.org",