Index: scripts/MsgUtils/pyproject.toml =================================================================== diff -u -rb3c378d491270fcffbd8aba0effe2a950ced1a22 -ra3336c0c40f8c14c2f649cc24afcbaf877932c53 --- scripts/MsgUtils/pyproject.toml (.../pyproject.toml) (revision b3c378d491270fcffbd8aba0effe2a950ced1a22) +++ scripts/MsgUtils/pyproject.toml (.../pyproject.toml) (revision a3336c0c40f8c14c2f649cc24afcbaf877932c53) @@ -12,7 +12,7 @@ [project.scripts] GenerateMsgDefsCpp = "GenerateMsgDefsCpp:main" GenerateProtobuf = "GenerateProtobuf:main" -GenerateMsgIni = "GenerateMsgIni:main" +GenerateMsgHandlingIni = "GenerateMsgHandlingIni:main" [tool.setuptools.packages.find] exclude = ["test*"]