MANIFEST.in
README.rst
setup.py
packthing/__init__.py
packthing/importer.py
packthing/main.py
packthing/util.py
packthing.egg-info/PKG-INFO
packthing.egg-info/SOURCES.txt
packthing.egg-info/dependency_links.txt
packthing.egg-info/entry_points.txt
packthing.egg-info/top_level.txt
packthing/builder/__init__.py
packthing/builder/base.py
packthing/builder/dir.py
packthing/builder/prebuilt.py
packthing/builder/qmake.py
packthing/target/__init__.py
packthing/target/base.py
packthing/target/deb.py
packthing/target/mac.py
packthing/target/rpi.py
packthing/target/win.py
packthing/template/deb/changelog
packthing/template/deb/compat
packthing/template/deb/control
packthing/template/deb/desktop
packthing/template/deb/menu
packthing/template/mac/Info.plist
packthing/template/mac/installer.AppleScript
packthing/template/win/installer.iss
packthing/vcs/__init__.py
packthing/vcs/base.py
packthing/vcs/git.py
test/test_import.py