mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add cli component to the setup.py
This commit is contained in:
parent
a02f5db9b3
commit
693195a87e
1 changed files with 4 additions and 3 deletions
7
setup.py
7
setup.py
|
@ -6,14 +6,15 @@ The setup script for salt
|
|||
from distutils.core import setup
|
||||
|
||||
setup(name='salt',
|
||||
version='0.1',
|
||||
version='0.4',
|
||||
description='Portable, distrubuted, remote execution system',
|
||||
author='Thomas S Hatch',
|
||||
author_email='thatch45@gmail.com',
|
||||
url='https://github.com/thatch45/salt',
|
||||
packages=['salt', 'salt.modules'],
|
||||
packages=['salt', 'salt.modules', 'salt.cli'],
|
||||
scripts=['scripts/salt-master',
|
||||
'scripts/salt-minion'],
|
||||
'scripts/salt-minion',
|
||||
'scripts/salt'],
|
||||
data_files=[('/etc/salt',
|
||||
['conf/master',
|
||||
'conf/minion',
|
||||
|
|
Loading…
Add table
Reference in a new issue