#449 Added skill_container to mycroft-base-setup.py (#450)

* Update to fix pep8 errors (#420)

* Update skills system to load from subfolders

* Update for pep8

* Issues 401 - Saying zero instead of oh

* Issues 401 - Adding log on pairing skill

* added skill_container to mycroft-base-setup.py
pull/465/head
Arron Atchison 2017-01-20 15:23:10 -06:00 committed by GitHub
parent 2a9bc7bda2
commit 6febe92aaa
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ setup(
'mycroft-audio-test=mycroft.util.audio_test:main',
'mycroft-enclosure-client=mycroft.client.enclosure.main:main',
'mycroft-wifi-setup-client=mycroft.client.wifisetup.main:main',
'mycroft-skill-container=mycroft.skills.container:main',
'mycroft-cli-client=mycroft.client.text.main:main'
]
}