From 85c4924fdc4dbf3c5ec0e2a4185192a8cab69913 Mon Sep 17 00:00:00 2001 From: Govind Kamat Date: Thu, 27 Apr 2023 15:16:28 -0700 Subject: [PATCH] Including setup.py change that was skipped in change 00eaa79. Signed-off-by: Govind Kamat --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 26872b882..14c14ebc8 100644 --- a/setup.py +++ b/setup.py @@ -169,6 +169,7 @@ def str_from_file(name): "opensearch-benchmarkd=osbenchmark.benchmarkd:main" ], }, + scripts=['scripts/expand-data-corpus.py'], classifiers=[ "Topic :: System :: Benchmark", "Development Status :: 5 - Production/Stable",