Skip to content

Commit

Permalink
add the missed file in release package
Browse files Browse the repository at this point in the history
Signed-off-by: chensuyue <suyue.chen@intel.com>
  • Loading branch information
chensuyue committed Feb 13, 2025
1 parent 5517424 commit 664efbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
long_description_content_type="text/markdown",
url="https://github.com/opea-project/GenAIEval",
packages=find_packages(),
package_data={"evals.benchmark.stresscli.locust": ["*.conf"]},
package_data={"evals.benchmark.stresscli.locust": ["*.conf"], "evals/benchmark/stresscli/commands": ["config.ini"]},
python_requires=">=3.10",
)

0 comments on commit 664efbe

Please sign in to comment.