[console_scripts]
reprounzip = reprounzip.main:main

[reprounzip.unpackers]
chroot = reprounzip.unpackers.default:setup_chroot
directory = reprounzip.unpackers.default:setup_directory
graph = reprounzip.unpackers.graph:setup
installpkgs = reprounzip.unpackers.default:setup_installpkgs

