|
@@ -91,9 +91,11 @@ setup(
|
|
|
'kalliope': [
|
|
|
'brain.yml',
|
|
|
'settings.yml',
|
|
|
- 'trigger/snowboy/armv7l/python2/_snowboydetect.so',
|
|
|
- 'trigger/snowboy/x86_64/python2/_snowboydetect.so',
|
|
|
- 'trigger/snowboy/x86_64/python3/_snowboydetect.so',
|
|
|
+ 'trigger/snowboy/armv7l/python27/_snowboydetect.so',
|
|
|
+ 'trigger/snowboy/x86_64/python27/_snowboydetect.so',
|
|
|
+ 'trigger/snowboy/x86_64/python34/_snowboydetect.so',
|
|
|
+ 'trigger/snowboy/x86_64/python35/_snowboydetect.so',
|
|
|
+ 'trigger/snowboy/x86_64/python36/_snowboydetect.so',
|
|
|
'trigger/snowboy/resources/*',
|
|
|
'sounds/*'
|
|
|
],
|