Remove clust data from the setup.py

This commit is contained in:
Thomas S Hatch 2011-04-01 18:30:18 -06:00
parent 546e3854c1
commit 396a2f843a

View File

@ -24,10 +24,6 @@ setup(name='salt',
['init/salt-minion', ['init/salt-minion',
'init/salt-master', 'init/salt-master',
]), ]),
('/usr/libexec/salt',
['libexec/clust-up',
'libexec/clust-down',
]),
], ],
) )