Added DBus integration [closes ]

This commit is contained in:
Fabio Manganiello 2020-08-16 01:57:30 +02:00
parent af2dbf899d
commit 0659996c48
7 changed files with 229 additions and 1 deletions

View file

@ -319,5 +319,7 @@ setup(
'clipboard': ['pyperclip'],
# Support for luma.oled display drivers
'luma-oled': ['luma.oled @ git+https://github.com/rm-hull/luma.oled'],
# Support for DBus integration
'dbus': ['dbus-python'],
},
)