setup: install osbuild-mpp

Install the Manifest Pre-Processor tool.
This commit is contained in:
Christian Kellner 2021-06-30 21:07:05 +00:00
parent 44fec6cd91
commit a247b8cc1e

View file

@ -14,4 +14,7 @@ setuptools.setup(
"osbuild = osbuild.main_cli:osbuild_cli"
]
},
scripts=[
"tools/osbuild-mpp"
],
)