From c5f2d8082c3ac2ff14a358c10e386cf2056a38f0 Mon Sep 17 00:00:00 2001 From: Abrar Rahman Protyasha Date: Wed, 14 Jul 2021 08:36:26 -0400 Subject: [PATCH] Use underscores instead of dashes in `setup.cfg` (#254) * Use underscores instead of dashes in `setup.cfg` New `python3-setuptools` warns about this. Signed-off-by: Abrar Rahman Protyasha --- rqt_gui_py/setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rqt_gui_py/setup.cfg b/rqt_gui_py/setup.cfg index f38e768a..47443b9f 100644 --- a/rqt_gui_py/setup.cfg +++ b/rqt_gui_py/setup.cfg @@ -1,2 +1,4 @@ +[develop] +script_dir=$base/lib/rqt_gui_py [install] -install-scripts=$base/lib/rqt_gui_py +install_scripts=$base/lib/rqt_gui_py