forked from platypush/platypush
Fixed typo in AVS repo URL [closes #204]
This commit is contained in:
parent
195ae5c488
commit
3ef602cc0b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -162,7 +162,7 @@ setup(
|
||||||
# Support for Flic buttons
|
# Support for Flic buttons
|
||||||
'flic': ['flic @ https://github.com/50ButtonsEach/fliclib-linux-hci/tarball/master'],
|
'flic': ['flic @ https://github.com/50ButtonsEach/fliclib-linux-hci/tarball/master'],
|
||||||
# Support for Alexa/Echo plugin
|
# Support for Alexa/Echo plugin
|
||||||
'alexa': ['avs @ https://github.com:BlackLight/avs/tarball/master'],
|
'alexa': ['avs @ https://github.com/BlackLight/avs/tarball/master'],
|
||||||
# Support for bluetooth devices
|
# Support for bluetooth devices
|
||||||
'bluetooth': ['pybluez', 'gattlib',
|
'bluetooth': ['pybluez', 'gattlib',
|
||||||
'pyobex @ https://github.com/BlackLight/PyOBEX/tarball/master'],
|
'pyobex @ https://github.com/BlackLight/PyOBEX/tarball/master'],
|
||||||
|
|
Loading…
Reference in a new issue