diff --git a/setup.py b/setup.py index 1461963..fccff1a 100644 --- a/setup.py +++ b/setup.py @@ -40,6 +40,8 @@ setup( name='kas', version=__version__, + scripts=['kas-container'], + description='Setup tool for bitbake based projects', long_description=LONG_DESCRIPTION,