mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
include salt.client.ssh in setup.py
This commit is contained in:
parent
12892eb530
commit
0f458d7df5
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -290,6 +290,7 @@ SETUP_KWARGS = {'name': NAME,
|
|||
'packages': ['salt',
|
||||
'salt.cli',
|
||||
'salt.client',
|
||||
'salt.client.ssh',
|
||||
'salt.ext',
|
||||
'salt.auth',
|
||||
'salt.wheel',
|
||||
|
|
Loading…
Add table
Reference in a new issue