undoing previous changes to setup.py; will handle this in the spec file instead

This commit is contained in:
Mike Chesnut 2012-05-09 11:03:20 -07:00
parent e31005f69a
commit 9ec222859e

View file

@ -117,10 +117,6 @@ setup(
('share/man/man7',
['doc/man/salt.7',
]),
('/etc/salt',
['conf/master.template',
'conf/minion.template',
]),
],
install_requires=requirements,
)