mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add the floscripts to the setup.py
This commit is contained in:
parent
73ec91338a
commit
b15387920d
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
@ -458,6 +458,9 @@ SETUP_KWARGS = {'name': NAME,
|
|||
'debian_ip/*.jinja',
|
||||
'virt/*.jinja'
|
||||
],
|
||||
'salt.daemons.flo': [
|
||||
'*.flo'
|
||||
]
|
||||
},
|
||||
'data_files': [('share/man/man1',
|
||||
['doc/man/salt-cp.1',
|
||||
|
|
Loading…
Add table
Reference in a new issue