mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
salt.log.handlers
is a package now.
This commit is contained in:
parent
f3c6ce5142
commit
3f31b06a5d
2 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -292,7 +292,6 @@ SETUP_KWARGS = {'name': NAME,
|
|||
'salt.client',
|
||||
'salt.client.ssh',
|
||||
'salt.ext',
|
||||
'salt.log',
|
||||
'salt.auth',
|
||||
'salt.wheel',
|
||||
'salt.tops',
|
||||
|
@ -308,6 +307,8 @@ SETUP_KWARGS = {'name': NAME,
|
|||
'salt.output',
|
||||
'salt.utils',
|
||||
'salt.roster',
|
||||
'salt.log',
|
||||
'salt.log.handlers',
|
||||
],
|
||||
'package_data': {'salt.modules': ['rh_ip/*.jinja']},
|
||||
'data_files': [('share/man/man1',
|
||||
|
|
Loading…
Add table
Reference in a new issue