From 8cdb1f5b679bb2c3dfa7171bc2e3186aa7f0a6ad Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Thu, 18 May 2023 09:20:57 -0400 Subject: [PATCH] setup.cfg: install binary helpers These are used by vstart_runner.py for local dev operations. Install them so they are available in the virtualenv bin directory. Signed-off-by: Patrick Donnelly --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 4b5b2314c8..2f21662b12 100644 --- a/setup.cfg +++ b/setup.cfg @@ -59,6 +59,9 @@ install_requires = sentry-sdk prometheus_client>=0.16.0 python_requires = >=3.6 +scripts = + teuthology/task/install/bin/adjust-ulimits + teuthology/task/install/bin/daemon-helper [options.entry_points] console_scripts = -- 2.39.5