comparison setup.py @ 3084:ffcdd93b61fa

plugin XEP-0384: specific warning on missing omemo-backend-signal + fixed encoding following Python 3 port
author Goffi <goffi@goffi.org>
date Sat, 07 Dec 2019 11:30:56 +0100
parents daed12db819d
children c048fc192739
comparison
equal deleted inserted replaced
3083:3c924cb207d9 3084:ffcdd93b61fa
47 'twisted[tls] >= 19.7.0', 47 'twisted[tls] >= 19.7.0',
48 'urwid >= 1.2.0', 48 'urwid >= 1.2.0',
49 'urwid-satext >= 0.7.0a2', 49 'urwid-satext >= 0.7.0a2',
50 'wokkel >= 0.7.1', 50 'wokkel >= 0.7.1',
51 'omemo', 51 'omemo',
52 'omemo_backend_signal', 52 'omemo-backend-signal',
53 ] 53 ]
54 54
55 DBUS_DIR = 'dbus-1/services' 55 DBUS_DIR = 'dbus-1/services'
56 DBUS_FILE = 'misc/org.salutatoi.SAT.service' 56 DBUS_FILE = 'misc/org.salutatoi.SAT.service'
57 with open(os.path.join(NAME, 'VERSION')) as f: 57 with open(os.path.join(NAME, 'VERSION')) as f: