register standby and decom modes in setup.cfg

This commit is contained in:
Russell Haering 2014-01-14 21:29:04 -08:00
parent f7766f1863
commit 56f9a3ee9f

@ -18,3 +18,7 @@ packages =
console_scripts =
teeth-standby-agent = teeth_agent.cmd.standby:run
teeth-decom-agent = teeth_agent.cmd.decom:run
teeth_agent.modes =
standby = teeth_agent.standby:StandbyMode
decom = teeth_agent.decom:DecomMode