Add wrapper pkg to setup.py

This commit is contained in:
Thomas S Hatch 2013-09-01 21:29:20 -06:00
parent 14a440f65e
commit ff31ed9404

View file

@ -291,6 +291,7 @@ SETUP_KWARGS = {'name': NAME,
'salt.cli',
'salt.client',
'salt.client.ssh',
'salt.client.ssh.wrapper',
'salt.ext',
'salt.auth',
'salt.wheel',