MANIFEST.in
README.md
setup.cfg
setup.py
colcon_bundle/__init__.py
colcon_bundle.egg-info/PKG-INFO
colcon_bundle.egg-info/SOURCES.txt
colcon_bundle.egg-info/dependency_links.txt
colcon_bundle.egg-info/entry_points.txt
colcon_bundle.egg-info/requires.txt
colcon_bundle.egg-info/top_level.txt
colcon_bundle.egg-info/zip-safe
colcon_bundle/installer/__init__.py
colcon_bundle/installer/apt.py
colcon_bundle/installer/base_pip_installer.py
colcon_bundle/installer/pip.py
colcon_bundle/installer/pip3.py
colcon_bundle/installer/assets/apt_package_blacklist.txt
colcon_bundle/installer/assets/bionic.sources.list
colcon_bundle/installer/assets/xenial.sources.list
colcon_bundle/task/__init__.py
colcon_bundle/task/python/__init__.py
colcon_bundle/task/python/bundle.py
colcon_bundle/verb/__init__.py
colcon_bundle/verb/_archive_generators.py
colcon_bundle/verb/_dependency_utilities.py
colcon_bundle/verb/_installer_manager.py
colcon_bundle/verb/_overlay_utilities.py
colcon_bundle/verb/_path_context.py
colcon_bundle/verb/bundle.py
colcon_bundle/verb/bundlefile.py
colcon_bundle/verb/utilities.py
colcon_bundle/verb/assets/v1_setup.sh
colcon_bundle/verb/assets/v2_setup.sh
colcon_bundle/verb/assets/v2_workspace_setup.sh
test/test_bundlefile.py
test/test_flake8.py
test/test_python_bundle.py
test/test_setup.py
test/test_utilities.py