Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fdriessler authored and nedjitef committed Oct 14, 2024
1 parent ba3e661 commit c8b7332
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions mkp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,24 @@
del get_versions

_DIRECTORIES = [
'agents', 'checkman', 'checks', 'doc', 'inventory', 'notifications',
'pnp-templates', 'web', 'lib', 'agent_based',
'cmk_plugins',
'cmk_addons_plugins',
'ec_rule_packs',
'agent_based',
'checks',
'inventory',
'checkman',
'agents',
'notifications',
'gui',
'web',
'pnp-templates',
'doc',
'locales',
'bin',
'lib',
'mibs',
'alert_handlers'
]

_VERSION_PACKAGED = 'python-mkp'
Expand Down

0 comments on commit c8b7332

Please sign in to comment.