sdbus++-gen-meson: install tool

Add to setup.py so the tool is installed along with other scripts.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ia6f601e0892dfec8a84c9539021bc953375a9201
diff --git a/tools/setup.py b/tools/setup.py
index 1c95146..6e6198c 100755
--- a/tools/setup.py
+++ b/tools/setup.py
@@ -6,7 +6,7 @@
     version="1.0",
     packages=find_packages(),
     install_requires=["inflection", "mako", "pyyaml"],
-    scripts=["sdbus++", "sdbus++-gendir"],
+    scripts=["sdbus++", "sdbus++-gendir", "sdbus++-gen-meson"],
     package_data={"sdbusplus": ["templates/*.mako"]},
     url="http://github.com/openbmc/sdbusplus",
     classifiers=["License :: OSI Approved :: Apache Software License"],