mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add some missing commas.
This commit is contained in:
parent
38dc928f67
commit
5e76d602ea
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -343,7 +343,7 @@ if IS_WINDOWS_PLATFORM is False:
|
|||
SETUP_KWARGS['data_files'][0][1].extend([
|
||||
'doc/man/salt-master.1',
|
||||
'doc/man/salt-key.1',
|
||||
'doc/man/salt.1'
|
||||
'doc/man/salt.1',
|
||||
'doc/man/salt-syndic.1',
|
||||
'doc/man/salt-run.1',
|
||||
'doc/man/salt-ssh.1',
|
||||
|
@ -430,7 +430,7 @@ if WITH_SETUPTOOLS:
|
|||
]
|
||||
SETUP_KWARGS['tests_require'] = ['SaltTesting']
|
||||
else:
|
||||
SETUP_KWARGS['scripts'] = ['scripts/salt-call'
|
||||
SETUP_KWARGS['scripts'] = ['scripts/salt-call',
|
||||
'scripts/salt-cp',
|
||||
'scripts/salt-minion',
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue