[] Migrated clipboard plugin from pyperclip to pyclip.

Closes: 
This commit is contained in:
Fabio Manganiello 2023-03-26 23:45:53 +02:00
commit 7a368ebbb8
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774
5 changed files with 21 additions and 11 deletions

View file

@ -17,7 +17,7 @@ def readfile(fname):
def pkg_files(dir):
paths = []
# noinspection PyShadowingNames
for (path, _, files) in os.walk(dir):
for path, _, files in os.walk(dir):
for file in files:
paths.append(os.path.join('..', path, file))
return paths
@ -238,7 +238,7 @@ setup(
# Support for SSH integration
'ssh': ['paramiko'],
# Support for clipboard integration
'clipboard': ['pyperclip'],
'clipboard': ['pyclip'],
# Support for luma.oled display drivers
'luma-oled': ['luma.oled @ git+https://github.com/rm-hull/luma.oled'],
# Support for DBus integration