Separate notification handling from the central service
Change-Id: Iee0be50dfa3c56b70279580b7af243842df96d74
This commit is contained in:
7
setup.py
7
setup.py
@@ -48,11 +48,12 @@ setup(
|
||||
},
|
||||
dependency_links=dependency_links,
|
||||
scripts=[
|
||||
'bin/moniker-central',
|
||||
'bin/moniker-api',
|
||||
'bin/moniker-agent',
|
||||
'bin/moniker-api',
|
||||
'bin/moniker-central',
|
||||
'bin/moniker-manage',
|
||||
'bin/moniker-rootwrap'
|
||||
'bin/moniker-rootwrap',
|
||||
'bin/moniker-sink',
|
||||
],
|
||||
cmdclass=common_setup.get_cmdclass(),
|
||||
entry_points=textwrap.dedent("""
|
||||
|
||||
Reference in New Issue
Block a user