diff --git a/setup.py b/setup.py index ed4e75c075bf494769a7bf144803374ce4462eb0..b111785457fac644613c8ed314053cce35ba3644 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( author='Sebastien Luttringer', author_email='sebastien.luttringer@smartjog.com', license='GPL2', - packages=[ 'installsystems' ], + packages=[ 'installsystems', 'installsystems.progressbar' ], scripts=[ 'bin/is' ], data_files=( ('/etc/installsystems/', ('samples/repository.conf',