aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7adaa05dc..fee8f3c25 100644
--- 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",