mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add returners module to the setup.py
This commit is contained in:
parent
7efeb902ae
commit
50d79e3b8e
1 changed files with 4 additions and 2 deletions
6
setup.py
6
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue