Skip to content
Snippets Groups Projects
Commit aeb12697 authored by Erik Reid's avatar Erik Reid
Browse files

added console script 'monitor-tasks'

parent bc844858
No related branches found
Tags 0.44
No related merge requests found
......@@ -23,5 +23,10 @@ setup(
'requests',
'netifaces'
],
entry_points={
'console_scripts': [
'monitor-tasks=inventory_provider.tasks.monitor:run'
]
},
include_package_data=True,
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment