Add the new utils package to the setup.py

This commit is contained in:
Thomas S Hatch 2011-07-29 21:40:21 -06:00
parent 69c8b85d29
commit 0f7d91a16a

View file

@ -98,6 +98,7 @@ setup(name=NAME,
'salt.runners',
'salt.grains',
'salt.states',
'salt.utils',
],
scripts=['scripts/salt-master',
'scripts/salt-minion',