Skip to content

Commit

Permalink
Remove wifi setup
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewScholefield authored and aatchison committed Sep 29, 2017
1 parent 4b4a48f commit a670903
Show file tree
Hide file tree
Showing 23 changed files with 1 addition and 1,397 deletions.
2 changes: 0 additions & 2 deletions mycroft-base-MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ recursive-include mycroft/client/speech/recognizer/model *
include requirements.txt
include mycroft/configuration/*.conf
#include mycroft/tts/mycroft_voice_4.0.flitevox
recursive-include mycroft/client/wifisetup/web/* *
include mycroft/client/wifisetup/web/index.html
recursive-include mycroft/res *
recursive-include mycroft/res/snd *
recursive-include mycroft/res/text/* *
3 changes: 1 addition & 2 deletions mycroft-base-setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
setup(
name="mycroft-core",
version=get_version(),
install_requires=[required('requirements.txt'), 'wifi'],
install_requires=[required('requirements.txt')],
packages=find_all_packages("mycroft"),
include_package_data=True,

Expand All @@ -27,7 +27,6 @@
'mycroft-echo-observer=mycroft.messagebus.client.ws:echo',
'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'
]
Expand Down
Empty file.
Loading

0 comments on commit a670903

Please sign in to comment.