setup.py: bundle kas-container script

so it will be shipped with the pypi release and users can
use this script from a secure and verifiable source, as pypi
if providing checksum for package verification, unlike as if
the script would be fetched just from github and set executable.

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Konrad Weihmann 2022-03-23 10:33:29 +01:00 committed by Jan Kiszka
parent 772cb5748b
commit e9bdbe8cfa

View File

@ -40,6 +40,8 @@ setup(
name='kas',
version=__version__,
scripts=['kas-container'],
description='Setup tool for bitbake based projects',
long_description=LONG_DESCRIPTION,