Add returners module to the setup.py

This commit is contained in:
Thomas S Hatch 2011-04-16 14:48:13 -06:00
parent 7efeb902ae
commit 50d79e3b8e

View file

@ -10,14 +10,16 @@ from distutils.sysconfig import get_python_lib
mod_path = os.path.join(get_python_lib(), 'salt/modules/')
setup(name='salt',
version='0.7.1',
version='0.7.9',
description='Portable, distrubuted, remote execution system',
author='Thomas S Hatch',
author_email='thatch45@gmail.com',
url='https://github.com/thatch45/salt',
packages=['salt',
'salt.modules',
'salt.cli'],
'salt.cli',
'salt.returners',
],
scripts=['scripts/salt-master',
'scripts/salt-minion',
'scripts/saltkey',