Separate notification handling from the central service

Change-Id: Iee0be50dfa3c56b70279580b7af243842df96d74
This commit is contained in:
Kiall Mac Innes
2013-02-03 17:46:46 +00:00
parent 83d135a669
commit b4aa98bf32
15 changed files with 269 additions and 122 deletions

View File

@@ -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("""