forked from platypush/platypush
Added clipboard backend
This commit is contained in:
parent
b5f0e2b4df
commit
82a9aa1232
9 changed files with 95 additions and 11 deletions
2
setup.py
2
setup.py
|
@ -301,5 +301,7 @@ setup(
|
|||
'samsungtv': ['samsungtvws'],
|
||||
# Support for SSH integration
|
||||
'ssh': ['paramiko'],
|
||||
# Support for clipboard integration
|
||||
'clipboard': ['pyperclip'],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue