mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add runners and salt-run to the setup.py
This commit is contained in:
parent
bc933f2e31
commit
429bdb3cd2
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -47,6 +47,7 @@ setup(name=NAME,
|
|||
'salt.cli',
|
||||
'salt.returners',
|
||||
'salt.renderers',
|
||||
'salt.runners',
|
||||
'salt.grains',
|
||||
'salt.states',
|
||||
],
|
||||
|
@ -55,6 +56,7 @@ setup(name=NAME,
|
|||
'scripts/salt-key',
|
||||
'scripts/salt-cp',
|
||||
'scripts/salt-call',
|
||||
'scripts/salt-run',
|
||||
'scripts/salt'],
|
||||
data_files=[(os.path.join(etc_path, 'salt'),
|
||||
['conf/master',
|
||||
|
|
Loading…
Add table
Reference in a new issue