mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add states and grains to the setup.py
This commit is contained in:
parent
257547e68b
commit
cfc7a579fb
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -19,6 +19,8 @@ setup(name='salt',
|
|||
'salt.modules',
|
||||
'salt.cli',
|
||||
'salt.returners',
|
||||
'salt.grains',
|
||||
'salt.states',
|
||||
],
|
||||
scripts=['scripts/salt-master',
|
||||
'scripts/salt-minion',
|
||||
|
|
Loading…
Add table
Reference in a new issue