mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Add the saltkey files to the setup.py
This commit is contained in:
parent
5399f65286
commit
0bfdf9b744
3
setup.py
3
setup.py
@ -6,7 +6,7 @@ The setup script for salt
|
||||
from distutils.core import setup
|
||||
|
||||
setup(name='salt',
|
||||
version='0.6.0',
|
||||
version='0.6.9',
|
||||
description='Portable, distrubuted, remote execution system',
|
||||
author='Thomas S Hatch',
|
||||
author_email='thatch45@gmail.com',
|
||||
@ -14,6 +14,7 @@ setup(name='salt',
|
||||
packages=['salt', 'salt.modules', 'salt.cli'],
|
||||
scripts=['scripts/salt-master',
|
||||
'scripts/salt-minion',
|
||||
'scripts/saltkey',
|
||||
'scripts/salt'],
|
||||
data_files=[('/etc/salt',
|
||||
['conf/master',
|
||||
|
Loading…
Reference in New Issue
Block a user