comparison setup.py @ 2637:534b264d63df 0.7.0a1

install: fixed DBUS_FILE path
author Goffi <goffi@goffi.org>
date Wed, 04 Jul 2018 07:58:24 +0200
parents 72f6f37ab648
children f93619e16ea0
comparison
equal deleted inserted replaced
2636:ec1bfd8d820a 2637:534b264d63df
52 'urwid-satext >= 0.6.1', 52 'urwid-satext >= 0.6.1',
53 'wokkel >= 0.7.1', 53 'wokkel >= 0.7.1',
54 ] 54 ]
55 55
56 DBUS_DIR = 'dbus-1/services' 56 DBUS_DIR = 'dbus-1/services'
57 DBUS_FILE = 'misc/org.goffi.SAT.service' 57 DBUS_FILE = 'misc/org.salutatoi.SAT.service'
58 with open(os.path.join(NAME, 'VERSION')) as f: 58 with open(os.path.join(NAME, 'VERSION')) as f:
59 VERSION = f.read().strip() 59 VERSION = f.read().strip()
60 is_dev_version = VERSION.endswith('D') 60 is_dev_version = VERSION.endswith('D')
61 61
62 62