mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
clean up spacing in the setup.py
This commit is contained in:
parent
d5d006dff6
commit
509278cf22
1 changed files with 5 additions and 3 deletions
8
setup.py
8
setup.py
|
@ -11,7 +11,9 @@ setup(name='salt',
|
|||
author='Thomas S Hatch',
|
||||
author_email='thatch45@gmail.com',
|
||||
url='https://github.com/thatch45/salt',
|
||||
packages=['salt', 'salt.modules', 'salt.cli'],
|
||||
packages=['salt',
|
||||
'salt.modules',
|
||||
'salt.cli'],
|
||||
scripts=['scripts/salt-master',
|
||||
'scripts/salt-minion',
|
||||
'scripts/saltkey',
|
||||
|
@ -25,10 +27,10 @@ setup(name='salt',
|
|||
'man/saltkey.1',
|
||||
'man/salt.1',
|
||||
'man/salt-minion.1',
|
||||
])
|
||||
]),
|
||||
('share/man/man7',
|
||||
['salt.7',
|
||||
])
|
||||
]),
|
||||
],
|
||||
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue